summaryrefslogtreecommitdiff
path: root/hosts/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-16 17:51:20 -0400
committerseth <[email protected]>2023-08-17 13:55:47 -0400
commit76127171e4ed7abcb2a14039f358e117aac20181 (patch)
tree4070c834ec4b3c9a2cf0dfb5207000bd565e51da /hosts/atlas
parent95ac27788ecb6221867f1a2738ce12b445775bf4 (diff)
hosts+users: adopt new module names
Diffstat (limited to 'hosts/atlas')
-rw-r--r--hosts/atlas/default.nix2
-rw-r--r--hosts/atlas/nginx.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix
index 212d44a..27a199f 100644
--- a/hosts/atlas/default.nix
+++ b/hosts/atlas/default.nix
@@ -16,7 +16,7 @@
tmp.cleanOnBoot = true;
};
- getchoo.server.secrets.enable = true;
+ server.secrets.enable = true;
networking = {
domain = "mydadleft.me";
diff --git a/hosts/atlas/nginx.nix b/hosts/atlas/nginx.nix
index 05cf3db..fa06dc3 100644
--- a/hosts/atlas/nginx.nix
+++ b/hosts/atlas/nginx.nix
@@ -5,7 +5,7 @@
}: let
inherit (config.networking) domain;
in {
- getchoo.server = {
+ server = {
acme.enable = true;
services.cloudflared.enable = true;
};