aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-20 17:50:59 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-20 17:50:59 -0700
commitad70a6505bb3f052c6a0161ae0d2010c654737b3 (patch)
treee3c315552a0d002164a45e38c3dfceed4bc0eda5 /hosts
parent036e6e8d3959f9490bd54819a5efe574306b4b6f (diff)
Rework web roles
Diffstat (limited to 'hosts')
-rw-r--r--hosts/copenhagen/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix
index 84761fc..6debb27 100644
--- a/hosts/copenhagen/configuration.nix
+++ b/hosts/copenhagen/configuration.nix
@@ -34,8 +34,9 @@
};
web = {
proxy.enable = true;
- stargazers.enable = true;
+ stargazers.enable = false;
test.enable = true;
+ personal.enable = true;
};
};