From f5e2e0cf3e3e330403db413ac5a71178103310b7 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Thu, 25 Apr 2024 20:46:12 -0400 Subject: [PATCH] Auto upgrade --- systems/zeus/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/zeus/configuration.nix b/systems/zeus/configuration.nix index dc4e1b4..aff5565 100644 --- a/systems/zeus/configuration.nix +++ b/systems/zeus/configuration.nix @@ -354,6 +354,7 @@ docker-compose wireguard-tools nix-output-monitor + git ]; # Some programs need SUID wrappers, can be configured further or are @@ -417,6 +418,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; }