diff --git a/flake.lock b/flake.lock index c115766..053f1fa 100644 --- a/flake.lock +++ b/flake.lock @@ -313,11 +313,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1653415319, - "narHash": "sha256-h+YUX7ZYujf73KL1R07LsEnhV7uV8oxSKEhH4bDj0Jc=", + "lastModified": 1653487348, + "narHash": "sha256-lWqxXMRqO8blpwhH2qvrFBVp6aZ7V+Z3xTqkNWKyLQw=", "owner": "hercules-ci", "repo": "hercules-ci-effects", - "rev": "1f904af1824e7393702daaf40a8fed56ebead0d7", + "rev": "0ab66b56d3f2b40ddfd981899d1757773632075f", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e004e7f..47e191a 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ hostname = "${lib.toLower name}.${subdomain}.${meta.domain}"; in effects.runIf (branch == "master" || branch == "staging") (effects.runNixOS { requiredSystemFeatures = [ "hci-deploy-agent-nixos" ]; - config = self.nixosConfigurations.${name}.config // { outPath = "wtfwtfwtfwtfwtfwtf"; }; + inherit (self.nixosConfigurations.${name}) config; secretsMap.ssh = "deploy-ssh"; userSetupScript = ''