From 17d1586f41bfe944070f12bb2c82299ac1844de4 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 6 Apr 2025 13:44:20 +0200 Subject: nixos: system: upgrade script: fix pushing --- modules/nixos/personal/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/nixos') diff --git a/modules/nixos/personal/system.nix b/modules/nixos/personal/system.nix index 4ed6fb2..4cbdbc4 100644 --- a/modules/nixos/personal/system.nix +++ b/modules/nixos/personal/system.nix @@ -155,7 +155,7 @@ in { then '' # update remote flake pushd ${lib.removePrefix "git+file://" cfg.flake} - git push --force ${cfgRemote.builder.hostName} master + git push --force ${cfgRemote.builder.hostName} local:master popd # build remotely config=$(ssh ${remoteBuilder} -- \ -- cgit v1.2.3