diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 663e64b..b448b96 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -11,17 +11,17 @@ }; # end loader.systemd-boot }; # end boot system.stateVersion = "24.05"; -# system.autoUpgrade = { -# enable = true; -# persistent = true; -# flake = "/home/alisceon/.nixos_config"; -# flags = [ -# "--update-input" -# "nixpkgs" -# "-L" -# ]; -# dates = "daily"; -# }; # end system.autoUpgrade + system.autoUpgrade = { + enable = true; + persistent = true; + flake = "/home/alisceon/.nixos_config"; + flags = [ + "--update-input" + "nixpkgs" + "-L" + ]; + dates = "daily"; + }; # end system.autoUpgrade nix = { settings = {