diff options
author | Alan Pearce | 2024-05-04 09:25:49 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 12:17:12 +0200 |
commit | ab8d615544a903e23027f44bfe1310c4296beec5 (patch) | |
tree | ad6d55efaec3bb0f97e6fa7b739836bdef3a1319 | |
parent | 65ff368e563e09e1babb494f267dab936b930428 (diff) | |
download | nixfiles-ab8d615544a903e23027f44bfe1310c4296beec5.tar.lz nixfiles-ab8d615544a903e23027f44bfe1310c4296beec5.tar.zst nixfiles-ab8d615544a903e23027f44bfe1310c4296beec5.zip |
nix: don't use flake to auto-upgrade
-rw-r--r-- | system/settings/configuration/nix-linux.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/settings/configuration/nix-linux.nix b/system/settings/configuration/nix-linux.nix index 3ee9f420..e11b0389 100644 --- a/system/settings/configuration/nix-linux.nix +++ b/system/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 '' |