We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5f781 commit 64140afCopy full SHA for 64140af
config/nixos/system/base.nix
@@ -31,5 +31,6 @@
31
boot.initrd.systemd.enable = lib.mkDefault true;
32
programs.traceroute.enable = true;
33
systemd.network.enable = true;
34
+ boot.tmp.useTmpfs = lib.mkDefault true;
35
};
36
}
0 commit comments