summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2023-06-02 18:20:11 +0200
committerMinijackson <minijackson@riseup.net>2023-06-02 18:25:27 +0200
commitd5514142dcbdea6defdad45df7341dabfe2b1367 (patch)
tree1b8d8c1a3e7bb91dde1031ee2271e848ecc6111d
parentf7f302c83857426682ef7665074600080ca37433 (diff)
downloadnixos-config-reborn-d5514142dcbdea6defdad45df7341dabfe2b1367.tar.gz
nixos-config-reborn-d5514142dcbdea6defdad45df7341dabfe2b1367.zip
templates/desktop/boot: use now cleanOnBoot option
-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}