From 4e5996e32f5d5293482ba9e5e97b138c2841865c 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 | 4 ++++ 1 file changed, 4 insertions(+) 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; }