diff --git a/filesystems.nix b/filesystems.nix index 91a0878..3908c42 100644 --- a/filesystems.nix +++ b/filesystems.nix @@ -83,6 +83,7 @@ in initrdRules = concatStringsSep "\n" cfg.udevRules; }; + boot.tmpOnTmpfs = true; services.smartd = { enable = mkDefault true; diff --git a/non-persistence.nix b/non-persistence.nix index 65ece7d..356bdd0 100644 --- a/non-persistence.nix +++ b/non-persistence.nix @@ -44,7 +44,6 @@ in (mkPersist "/etc/NetworkManager/system-connections") ])); - boot.tmpOnTmpfs = true; fileSystems = { "/var/log" = {