summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 6e81120..de25970 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -111,7 +111,7 @@
services.emacs.package = pkgs.emacsPgtk;
services.emacs.enable = true;
- boot.cleanTmpDir = true;
+ boot.tmp.cleanOnBoot = true;
nixpkgs.config.allowUnfree = true;
}