mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[FileSystems] Make /tmp use tmpfs by default
This commit is contained in:
parent
44e8fc72ca
commit
ebe5406925
2 changed files with 1 additions and 1 deletions
|
|
@ -83,6 +83,7 @@ in
|
|||
initrdRules = concatStringsSep "\n" cfg.udevRules;
|
||||
};
|
||||
|
||||
boot.tmpOnTmpfs = true;
|
||||
|
||||
services.smartd = {
|
||||
enable = mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue