colmena-auto-upgrade: forcibly update git repo to remote
1 file changed, 1 insertion(+), 1 deletion(-)
M system/settings/colmena-auto-upgrade.nix → system/settings/colmena-auto-upgrade.nix
@@ -227,7 +227,7 @@ '' ${lib.optionalString cfg.git.enable '' ${git} fetch --prune - ${git} checkout ${cfg.git.branch} + ${git} reset --hard ${cfg.git.branch} '' }