Skip to content

Commit

Permalink
chore: add klaus to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Apr 21, 2024
1 parent 3e9fafd commit 7d29f22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7d29f22

Please sign in to comment.