Remove journald extra configuration
Since `Storage=persistent` is the default in NixOS, it is not needed.
This commit is contained in:
parent
8c92c1b792
commit
29c6d37142
|
@ -84,9 +84,6 @@ in
|
|||
# Sane swapping
|
||||
boot.kernel.sysctl."vm.swapiness" = 10;
|
||||
|
||||
# Store logs persistently
|
||||
services.journald.extraConfig = "Storage = persistent";
|
||||
|
||||
# Hard drive monitoring
|
||||
services.smartd.enable = lib.mkDefault true;
|
||||
# Network monitoring
|
||||
|
|
Loading…
Reference in a new issue