diff --git a/hosts/abrechnung/default.nix b/hosts/abrechnung/default.nix index 44fe883..f094a01 100644 --- a/hosts/abrechnung/default.nix +++ b/hosts/abrechnung/default.nix @@ -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; diff --git a/hosts/bezahlbarkeit-terminal/default.nix b/hosts/bezahlbarkeit-terminal/default.nix index 32ed038..b213db4 100644 --- a/hosts/bezahlbarkeit-terminal/default.nix +++ b/hosts/bezahlbarkeit-terminal/default.nix @@ -14,6 +14,7 @@ networking.hostName = "bezahlbarkeit-terminal"; deployment.targetHost = "10.214.227.138"; + deployment.tags = [ "club" ]; system.stateVersion = "23.05"; diff --git a/hosts/hass-display/default.nix b/hosts/hass-display/default.nix index 09df6d4..7a84200 100644 --- a/hosts/hass-display/default.nix +++ b/hosts/hass-display/default.nix @@ -15,6 +15,7 @@ networking.hostName = "hass-display"; deployment.targetHost = "10.214.227.29"; + deployment.tags = [ "club" ]; system.stateVersion = "23.05"; diff --git a/hosts/oob-vpn-gayway/default.nix b/hosts/oob-vpn-gayway/default.nix index 34023f4..e902526 100644 --- a/hosts/oob-vpn-gayway/default.nix +++ b/hosts/oob-vpn-gayway/default.nix @@ -10,6 +10,7 @@ networking.hostName = "oob-vpn-gayway"; deployment.targetHost = "192.168.72.20"; + deployment.tags = [ "club" ]; system.stateVersion = "23.05"; diff --git a/hosts/recipes/default.nix b/hosts/recipes/default.nix index 61f5ba2..1c07eee 100644 --- a/hosts/recipes/default.nix +++ b/hosts/recipes/default.nix @@ -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;