mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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;
|
initrdRules = concatStringsSep "\n" cfg.udevRules;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.tmpOnTmpfs = true;
|
||||||
|
|
||||||
services.smartd = {
|
services.smartd = {
|
||||||
enable = mkDefault true;
|
enable = mkDefault true;
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@ in
|
||||||
(mkPersist "/etc/NetworkManager/system-connections")
|
(mkPersist "/etc/NetworkManager/system-connections")
|
||||||
]));
|
]));
|
||||||
|
|
||||||
boot.tmpOnTmpfs = true;
|
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/var/log" = {
|
"/var/log" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue