Remove journald extra configuration

Since `Storage=persistent` is the default in NixOS, it is not needed.
This commit is contained in:
Simon Bruder 2021-02-08 23:19:02 +01:00
parent 8c92c1b792
commit 29c6d37142
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -84,9 +84,6 @@ in
# Sane swapping # Sane swapping
boot.kernel.sysctl."vm.swapiness" = 10; boot.kernel.sysctl."vm.swapiness" = 10;
# Store logs persistently
services.journald.extraConfig = "Storage = persistent";
# Hard drive monitoring # Hard drive monitoring
services.smartd.enable = lib.mkDefault true; services.smartd.enable = lib.mkDefault true;
# Network monitoring # Network monitoring