Fix deployment script.
This commit is contained in:
parent
b2de27ce91
commit
ab3cee9bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ function deploy() {
|
|||
nixos-rebuild $1 --flake .#default --target-host admin@lebesgue --use-remote-sudo --verbose
|
||||
}
|
||||
|
||||
nix flake common
|
||||
nix flake update common
|
||||
|
||||
if [[ -n $1 ]]; then
|
||||
deploy $1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue