summaryrefslogtreecommitdiff
path: root/sys/fs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/default.nix')
-rw-r--r--sys/fs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/default.nix b/sys/fs/default.nix
index 04b8acb..41871df 100644
--- a/sys/fs/default.nix
+++ b/sys/fs/default.nix
@@ -18,7 +18,7 @@ in
config = {
# !!!
- boot.tmpOnTmpfs = true;
+ boot.tmp.useTmpfs = true;
fileSystems."/" = mkIf cfg.impermanence {
device = "tmpfs";