summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hosts/server1/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix
index 891c5dc..78eacee 100644
--- a/hosts/server1/configuration.nix
+++ b/hosts/server1/configuration.nix
@@ -6,7 +6,7 @@
     ../../system
   ];
 
-  boot.cleanTmpDir = true;
+  boot.tmp.cleanOnBoot = true;
   zramSwap.enable = true;
   networking.hostName = "server1";
   networking.domain = "vhack.eu";