Skip to content

Commit 64140af

Browse files
committed
enable boot.tmp.useTmpfs by default
1 parent 0b5f781 commit 64140af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nixos/system/base.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
boot.initrd.systemd.enable = lib.mkDefault true;
3232
programs.traceroute.enable = true;
3333
systemd.network.enable = true;
34+
boot.tmp.useTmpfs = lib.mkDefault true;
3435
};
3536
}

0 commit comments

Comments
 (0)