From ad70a6505bb3f052c6a0161ae0d2010c654737b3 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 20 Jul 2024 17:50:59 -0700 Subject: Rework web roles --- hosts/copenhagen/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/copenhagen/configuration.nix') 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; }; }; -- cgit v1.2.3