diff options
| author | seth <[email protected]> | 2023-05-04 17:09:32 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-04 17:09:32 -0400 |
| commit | 94e2d64cbbb4c1901bbd7466f12662dba28005da (patch) | |
| tree | ed0eb80c62f75b3ec5f302249dab60b3a1726ed2 /hosts/p-body | |
| parent | 9937a252dec0f33437a396e0f6c43ca456cf5b92 (diff) | |
modules: prefix with getchoo
Diffstat (limited to 'hosts/p-body')
| -rw-r--r-- | hosts/p-body/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 5b7be66..1cb6acb 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -11,7 +11,7 @@ hercules-ci-agent.nixosModules.agent-service ]; - server.enable = true; + getchoo.server.enable = true; environment.systemPackages = [ hercules-ci-agent.packages.x86_64-linux.hercules-ci-cli |
