summaryrefslogtreecommitdiff
path: root/hosts/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-04 17:09:32 -0400
committerseth <[email protected]>2023-05-04 17:09:32 -0400
commit94e2d64cbbb4c1901bbd7466f12662dba28005da (patch)
treeed0eb80c62f75b3ec5f302249dab60b3a1726ed2 /hosts/atlas
parent9937a252dec0f33437a396e0f6c43ca456cf5b92 (diff)
modules: prefix with getchoo
Diffstat (limited to 'hosts/atlas')
-rw-r--r--hosts/atlas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix
index 35692bf..69390a5 100644
--- a/hosts/atlas/default.nix
+++ b/hosts/atlas/default.nix
@@ -9,7 +9,7 @@
hercules-ci-agent.nixosModules.agent-service
];
- server.enable = true;
+ getchoo.server.enable = true;
boot = {
cleanTmpDir = true;