From 1412408dac3382975fea6ffe4b36f3cba1e7082f Mon Sep 17 00:00:00 2001 From: sils Date: Tue, 6 Jun 2023 12:28:17 +0200 Subject: Fix(hosts/server1): Rename boot.cleanTmpDir to boot.tmp.cleanOnBoot --- hosts/server1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit 1.4.1