diff --git a/configuration.nix b/configuration.nix index b6b89c8..9a50195 100644 --- a/configuration.nix +++ b/configuration.nix @@ -31,4 +31,9 @@ # Use xanmod kernel boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; + + system.autoUpgrade = { + enable = true; + flake = "git+https://git.sense-t.eu.org/NixOS/gpd-configurations#gpd"; + }; } \ No newline at end of file