diff --git a/flake.nix b/flake.nix index 3592fde..dd95606 100644 --- a/flake.nix +++ b/flake.nix @@ -60,13 +60,13 @@ type = "app"; program = toString (pkgs.writeShellScript "deploy-volpe" '' set -e - echo "Building and deploying to cyberian@69.61.19.180..." + echo "Building and deploying to cyberian@69.61.19.129..." nixos-rebuild switch --flake .#volpe \ - --target-host cyberian@69.61.19.180 \ + --target-host cyberian@69.61.19.129 \ --sudo \ --impure ''); }; }); }; -} \ No newline at end of file +}