Disabled some warnings in the deploy
script
This commit is contained in:
parent
ca1224feea
commit
d0df16c0e9
1 changed files with 1 additions and 0 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue