fixup! Merge branch 'hci-improvements'
This commit is contained in:
parent
8d1bef0c74
commit
2dd7a0b60d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
mkNixOS = mkNixOS' lib;
|
||||
|
||||
mkDeployEffect = branch: name: host: let
|
||||
subdomain = hosts.enterprise.subdomain or "services";
|
||||
subdomain = host.enterprise.subdomain or "services";
|
||||
hostname = "${lib.toLower name}.${subdomain}.${meta.domain}";
|
||||
in effects.runIf (branch == "master") (effects.runNixOS {
|
||||
requiredSystemFeatures = [ "hci-deploy-agent-nixos" ];
|
||||
|
|
Loading…
Reference in a new issue