diff --git a/hosts/web-01.cloonar.com/configuration.nix b/hosts/web-01.cloonar.com/configuration.nix index d86d4bb..ab27afe 100644 --- a/hosts/web-01.cloonar.com/configuration.nix +++ b/hosts/web-01.cloonar.com/configuration.nix @@ -9,7 +9,7 @@ ./utils/modules/bitwarden/default.nix ./utils/modules/zammad/default.nix ./utils/modules/authelia/default.nix - # ./utils/modules/autoupgrade.nix + ./utils/modules/autoupgrade.nix ./utils/modules/borgbackup.nix ./utils/modules/netdata.nix @@ -46,7 +46,7 @@ sops.defaultSopsFile = ./secrets.yaml; nix.gc.options = "--delete-older-than 60d"; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; zramSwap.enable = true; networking.hostName = "web-01"; services.openssh.enable = true;