[FileSystems] Make /tmp use tmpfs by default

This commit is contained in:
Antoine Viallon 2022-04-04 00:12:04 +02:00
parent 44e8fc72ca
commit ebe5406925
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 1 additions and 1 deletions

View file

@ -83,6 +83,7 @@ in
initrdRules = concatStringsSep "\n" cfg.udevRules;
};
boot.tmpOnTmpfs = true;
services.smartd = {
enable = mkDefault true;

View file

@ -44,7 +44,6 @@ in
(mkPersist "/etc/NetworkManager/system-connections")
]));
boot.tmpOnTmpfs = true;
fileSystems = {
"/var/log" = {