Remove workaround for https://github.com/hercules-ci/hercules-ci-effects/issues/68
This commit is contained in:
parent
bafa957e12
commit
1cb46f9fa8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
hostname = "${lib.toLower name}.${subdomain}.${meta.domain}";
|
hostname = "${lib.toLower name}.${subdomain}.${meta.domain}";
|
||||||
in effects.runIf (branch == "master") (effects.runNixOS {
|
in effects.runIf (branch == "master") (effects.runNixOS {
|
||||||
requiredSystemFeatures = [ "hci-deploy-agent-nixos" ];
|
requiredSystemFeatures = [ "hci-deploy-agent-nixos" ];
|
||||||
config = self.nixosConfigurations.${name}.config // { outPath = "wtfwtfwtfwtfwtfwtf"; };
|
inherit (self.nixosConfigurations.${name}) config;
|
||||||
secretsMap.ssh = "deploy-ssh";
|
secretsMap.ssh = "deploy-ssh";
|
||||||
|
|
||||||
userSetupScript = ''
|
userSetupScript = ''
|
||||||
|
|
Loading…
Reference in a new issue