diff options
Diffstat (limited to 'modules/nixos/personal')
| -rw-r--r-- | modules/nixos/personal/system.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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} -- \ |
