summaryrefslogtreecommitdiff
path: root/modules/nixos/personal
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-04-06 13:44:20 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2025-04-06 13:44:20 +0200
commit17d1586f41bfe944070f12bb2c82299ac1844de4 (patch)
treeac2f2be92cd2bac676b2e56d040fcc9b2eada0fe /modules/nixos/personal
parent6eba1a7a9d94245923324ed9b0c6f3a7eee5b569 (diff)
nixos: system: upgrade script: fix pushing
Diffstat (limited to 'modules/nixos/personal')
-rw-r--r--modules/nixos/personal/system.nix2
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} -- \