all repos — nixfiles @ ab8d615544a903e23027f44bfe1310c4296beec5

System and user configuration, managed by nix and home-manager

nix: don't use flake to auto-upgrade
Alan Pearce alan@alanpearce.eu
Sat, 04 May 2024 09:25:49 +0200
commit

ab8d615544a903e23027f44bfe1310c4296beec5

parent

65ff368e563e09e1babb494f267dab936b930428

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M system/settings/configuration/nix-linux.nixsystem/settings/configuration/nix-linux.nix
@@ -20,7 +20,6 @@   system.autoUpgrade = {
     enable = true;
     flags = [ "--max-jobs" "2" ];
-    flake = "/home/alan/projects/alanpearce/nixfiles";
   };
   systemd.services.nixos-upgrade = {
     script = pkgs.lib.mkForce ''