diff options
| author | seth <[email protected]> | 2023-04-24 01:14:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-24 01:14:39 -0400 |
| commit | abdb47739e7198f7b3f1a108c61105e1f3e6d3d7 (patch) | |
| tree | f24b55d2817c22b8e42aecc8262c0245b30bc22f /hosts/default.nix | |
| parent | a4561067979a6be06865eedad40a106eed0f0840 (diff) | |
pbody: use hercules-ci-agent from flake
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 7b13c1b..da3e74b 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -58,14 +58,7 @@ in { }; p-body = { builder = nixpkgs.lib.nixosSystem; - inherit (common) system; - - specialArgs = let - unstable = import nixpkgsUnstable { - inherit (common) system; - overlays = [guzzle_api.overlays.default]; - }; - in {inherit (unstable) guzzle-api-server;}; + inherit (common) specialArgs system; modules = [ agenix.nixosModules.default |
