lib.mkForce on the autoupgrade flake

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-20 11:35:18 -04:00 committed by Alice Huston
parent d11c62fe3d
commit d208f83ebd

View File

@ -229,7 +229,7 @@ in
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINHtwvfXg/QFjMAjC4JRjlMAaGPgEfSyhpprNpqbGSJn hydra-queue-runner@palatine-hill"
];
system.autoUpgrade.flake = "github:ahuston-0/nix-dotfiles-hydra";
system.autoUpgrade.flake = lib.mkForce "github:ahuston-0/nix-dotfiles-hydra";
nix.gc.options = "--delete-older-than 150d";