{host}.fleet -> {host}.wg.aciceri.dev
Some checks failed
EVAL aarch64-linux.sisko
BUILD aarch64-linux.sisko
UPLOAD aarch64-linux.sisko
DOWNLOAD aarch64-linux.sisko
CACHIX aarch64-linux.sisko
ATTIC aarch64-linux.sisko
/ test (push) Successful in 1m17s

This commit is contained in:
Andrea Ciceri 2025-03-14 16:07:32 +01:00
parent 9677a6ca77
commit cba0555c38
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
9 changed files with 23 additions and 24 deletions

View file

@ -2,8 +2,8 @@ host=${1-picard}
nixos-rebuild switch \
--flake ".#${host}" \
--target-host "root@${host}.fleet" \
--build-host "root@${host}.fleet" \
--target-host "root@${host}.wg.aciceri.dev" \
--build-host "root@${host}.wg.aciceri.dev" \
--option warn-dirty false \
--fast \
"${@:2}"