disable autoupgrade for swan, make explicit

This commit is contained in:
Noah Masur
2024-06-19 10:58:47 -06:00
parent e509943103
commit 2c2f366c47
3 changed files with 3 additions and 1 deletions

View File

@ -79,6 +79,7 @@ inputs.nixpkgs.lib.nixosSystem rec {
services.gitea.enable = true;
services.vaultwarden.enable = true;
services.minecraft-server.enable = true; # Setup Minecraft server
system.autoUpgrade.enable = true;
# Allows private remote access over the internet
cloudflareTunnel = {