System: Update to new journald settings schema

This commit is contained in:
2026-09-10 20:46:13 +02:00
parent 01ec6d15db
commit 06e1c4390c
+3 -3
View File
@@ -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;