diff --git a/systems/zeus/configuration.nix b/systems/zeus/configuration.nix index dc4e1b4..68de077 100644 --- a/systems/zeus/configuration.nix +++ b/systems/zeus/configuration.nix @@ -417,6 +417,10 @@ # # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . system.stateVersion = "23.11"; # Did you read the comment? + system.autoUpgrade = { + enable = true; + flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git"; + }; zramSwap.enable = true; }