mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
falkenstein: configure log retention
This commit is contained in:
parent
a8d2ace6ab
commit
c776c72286
3 changed files with 61 additions and 0 deletions
|
@ -15,6 +15,30 @@ in
|
|||
# freeimage is broken
|
||||
withBackends = [ "libtiff" "libjpeg" "libpng" "librsvg" "libheif" ];
|
||||
};
|
||||
# don't compile the bloat
|
||||
rsyslog = prev.rsyslog.override {
|
||||
withMysql = false;
|
||||
withJemalloc = false;
|
||||
withPostgres = false;
|
||||
withUuid = false;
|
||||
withCurl = false;
|
||||
withDbi = false;
|
||||
withNetSnmp = false;
|
||||
withGnutls = false;
|
||||
withGcrypt = false;
|
||||
withLognorm = false;
|
||||
withMaxminddb = false;
|
||||
withOpenssl = false;
|
||||
withRelp = false;
|
||||
withKsi = false;
|
||||
withLogging = false;
|
||||
withHadoop = false;
|
||||
withRdkafka = false;
|
||||
withMongo = false;
|
||||
withCzmq = false;
|
||||
withRabbitmq = false;
|
||||
withHiredis = false;
|
||||
};
|
||||
|
||||
gnome-break-timer = callPackage ../pkgs/gnome-break-timer { };
|
||||
jmri = callPackage ../pkgs/jmri { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue