summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/desktop/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/desktop/boot.nix b/templates/desktop/boot.nix
index ad4a186..e34c52c 100644
--- a/templates/desktop/boot.nix
+++ b/templates/desktop/boot.nix
@@ -6,5 +6,5 @@
6 editor = false; 6 editor = false;
7 }; 7 };
8 8
9 boot.cleanTmpDir = true; 9 boot.tmp.cleanOnBoot = true;
10} 10}