Disabled some warnings in the deploy script

This commit is contained in:
Andrea Ciceri 2023-04-02 19:31:14 +02:00
parent ca1224feea
commit d0df16c0e9
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -3,4 +3,5 @@ host=${1-mothership}
nixos-rebuild switch \ nixos-rebuild switch \
--flake ".#${host}" \ --flake ".#${host}" \
--target-host "root@${host}.fleet" \ --target-host "root@${host}.fleet" \
--option warn-dirty false \
"${@:2}" "${@:2}"