System: Update to new journald settings schema
This commit is contained in:
+3
-3
@@ -394,9 +394,9 @@ with mylib.networking; {
|
||||
};
|
||||
|
||||
# Trims the journal if too large
|
||||
journald.extraConfig = ''
|
||||
SystemMaxUse=50M
|
||||
'';
|
||||
journald.settings.Journal = {
|
||||
SystemMaxUse = "50M";
|
||||
};
|
||||
|
||||
acpid.enable = true;
|
||||
dbus.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user