add autoupgrade to web host

This commit is contained in:
2023-08-17 01:37:36 +02:00
parent 190c03ae2e
commit e34b5f499b

View File

@@ -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;