add autoupgrade to web host
This commit is contained in:
parent
190c03ae2e
commit
e34b5f499b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue