-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,11 @@ generate_node_packages: ## Generate nix node packages based on packages/node/nod | |
|
||
packages/node/node-packages.nix: generate_node_packages | ||
|
||
deploy_homeserver: ## Deploy the homeserver nixos configuration to 192.168.2.68 (local adress) | ||
nix run nixpkgs#nixos-rebuild -- switch --flake .#homeserver --target-host [email protected].68 | ||
deploy_klaus: ## Deploy the klaus nixos configuration to 192.168.2.134 (local adress) | ||
nix run nixpkgs#nixos-rebuild -- switch --flake .#klaus --target-host [email protected].134 | ||
|
||
deploy_homeserver_dry_run: | ||
nix run nixpkgs#nixos-rebuild -- dry-run --flake .#homeserver --target-host [email protected].68 | ||
deploy_klaus_dry_run: | ||
nix run nixpkgs#nixos-rebuild -- dry-run --flake .#klaus --target-host [email protected].34 | ||
|
||
deploy_edge: ## Deploy the edge nixos configuration to the hetzner vm | ||
nix run nixpkgs#nixos-rebuild -- switch --flake .#edge --target-host [email protected] | ||
|