From 1cb46f9fa890c43d26c95b7e40ba71ccdd0682b6 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 25 May 2022 18:45:19 +0200 Subject: [PATCH] Remove workaround for https://github.com/hercules-ci/hercules-ci-effects/issues/68 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bc6321d..d0bcb69 100644 --- a/flake.nix +++ b/flake.nix @@ -67,7 +67,7 @@ hostname = "${lib.toLower name}.${subdomain}.${meta.domain}"; in effects.runIf (branch == "master") (effects.runNixOS { requiredSystemFeatures = [ "hci-deploy-agent-nixos" ]; - config = self.nixosConfigurations.${name}.config // { outPath = "wtfwtfwtfwtfwtfwtf"; }; + inherit (self.nixosConfigurations.${name}) config; secretsMap.ssh = "deploy-ssh"; userSetupScript = ''