Skip to content

Commit

Permalink
hosts: add club and server tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Jul 30, 2024
1 parent 311319c commit 428ebd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/abrechnung/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
networking.hostName = "abrechnung";
networking.domain = "entropia.de";
deployment.targetHost = "abrechnung.entropia.de";
deployment.tags = ["server"];

boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
Expand Down
1 change: 1 addition & 0 deletions hosts/bezahlbarkeit-terminal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
networking.hostName = "bezahlbarkeit-terminal";

deployment.targetHost = "10.214.227.138";
deployment.tags = [ "club" ];

system.stateVersion = "23.05";

Expand Down
1 change: 1 addition & 0 deletions hosts/hass-display/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
networking.hostName = "hass-display";

deployment.targetHost = "10.214.227.29";
deployment.tags = [ "club" ];

system.stateVersion = "23.05";

Expand Down
1 change: 1 addition & 0 deletions hosts/oob-vpn-gayway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
networking.hostName = "oob-vpn-gayway";

deployment.targetHost = "192.168.72.20";
deployment.tags = [ "club" ];

system.stateVersion = "23.05";

Expand Down
1 change: 1 addition & 0 deletions hosts/recipes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
networking.hostName = "recipes";
networking.domain = "entropia.de";
deployment.targetHost = config.networking.fqdn;
deployment.tags = ["server"];

boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
Expand Down

0 comments on commit 428ebd8

Please sign in to comment.