diff --git a/hosts/phantom/default.nix b/hosts/phantom/default.nix index 79972d0..5351726 100644 --- a/hosts/phantom/default.nix +++ b/hosts/phantom/default.nix @@ -82,19 +82,6 @@ max-jobs = 1; }; - system.autoUpgrade = { - enable = true; - dates = "04:40"; - operation = "switch"; - flags = [ - "--update-input" - "nixpkgs" - "--no-write-lock-file" - "--print-build-logs" - ]; - flake = "git+https://git.lelgenio.com/lelgenio/nixos-config#phantom"; - }; - networking.firewall.allowedTCPPorts = [ 8745 ]; system.stateVersion = "23.05"; # Never change this