diff options
author | sils <sils@sils.li> | 2023-06-06 12:28:17 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-06-06 12:28:17 +0200 |
commit | 1412408dac3382975fea6ffe4b36f3cba1e7082f (patch) | |
tree | 4930feab4804316ba8b363c21308504be68a7625 /hosts/server1 | |
parent | Fix(system/packages): Explicitly enable zsh to make Nix Vars available (diff) | |
download | nixos-server-1412408dac3382975fea6ffe4b36f3cba1e7082f.tar.gz nixos-server-1412408dac3382975fea6ffe4b36f3cba1e7082f.zip |
Fix(hosts/server1): Rename boot.cleanTmpDir to boot.tmp.cleanOnBoot
Diffstat (limited to 'hosts/server1')
-rw-r--r-- | hosts/server1/configuration.nix | 2 |
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"; |