diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-04-06 13:44:20 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-04-06 13:44:20 +0200 |
| commit | 17d1586f41bfe944070f12bb2c82299ac1844de4 (patch) | |
| tree | ac2f2be92cd2bac676b2e56d040fcc9b2eada0fe /modules/nixos/personal/system.nix | |
| parent | 6eba1a7a9d94245923324ed9b0c6f3a7eee5b569 (diff) | |
nixos: system: upgrade script: fix pushing
Diffstat (limited to 'modules/nixos/personal/system.nix')
| -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} -- \ |
