From e34b5f499b7f732101de699b87325406f012121a Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 17 Aug 2023 01:37:36 +0200 Subject: [PATCH] add autoupgrade to web host --- hosts/web-01.cloonar.com/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;