diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-13 10:41:41 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-13 10:41:41 +0100 |
commit | 46152e140fe428538a562dcfd1627a88a02dcc09 (patch) | |
tree | be9e750b58363bcde0749804681a2c5643883e2e /system-profiles/rebuild-machines/rebuild-machine.zsh | |
parent | b4d952460bdd970d90e91d7b8e778b44a0ef3394 (diff) | |
download | nixos-46152e140fe428538a562dcfd1627a88a02dcc09.tar nixos-46152e140fe428538a562dcfd1627a88a02dcc09.tar.gz nixos-46152e140fe428538a562dcfd1627a88a02dcc09.tar.bz2 nixos-46152e140fe428538a562dcfd1627a88a02dcc09.tar.xz nixos-46152e140fe428538a562dcfd1627a88a02dcc09.zip |
...
Diffstat (limited to 'system-profiles/rebuild-machines/rebuild-machine.zsh')
-rw-r--r-- | system-profiles/rebuild-machines/rebuild-machine.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/rebuild-machines/rebuild-machine.zsh b/system-profiles/rebuild-machines/rebuild-machine.zsh index c06ef0e4..e018e7a7 100644 --- a/system-profiles/rebuild-machines/rebuild-machine.zsh +++ b/system-profiles/rebuild-machines/rebuild-machine.zsh | |||
@@ -7,4 +7,4 @@ fi | |||
7 | export NIX_SSHOPTS="-F @sshConfig@" | 7 | export NIX_SSHOPTS="-F @sshConfig@" |
8 | export GIT_SSH_COMMAND="@openssh@/bin/ssh -F @sshConfig@" | 8 | export GIT_SSH_COMMAND="@openssh@/bin/ssh -F @sshConfig@" |
9 | export GIT_CONFIG_COUNT=1 GIT_CONFIG_KEY_0="init.defaultBranch" GIT_CONFIG_VALUE_0=main | 9 | export GIT_CONFIG_COUNT=1 GIT_CONFIG_KEY_0="init.defaultBranch" GIT_CONFIG_VALUE_0=main |
10 | exec -- @nixosRebuild@/bin/nixos-rebuild --refresh --flake '@flake@' ${@:-switch} | 10 | exec -- @nixosRebuild@/bin/nixos-rebuild --refresh --flake '@flake@#@flakeOutput@' ${@:-switch} |