Remove journald extra configuration

Since `Storage=persistent` is the default in NixOS, it is not needed.
pull/48/head
Simon Bruder 2021-02-08 23:19:02 +01:00
parent 8c92c1b792
commit 29c6d37142
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 3 deletions

View File

@ -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