diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-20 17:50:59 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-20 17:50:59 -0700 |
| commit | ad70a6505bb3f052c6a0161ae0d2010c654737b3 (patch) | |
| tree | e3c315552a0d002164a45e38c3dfceed4bc0eda5 /hosts/copenhagen | |
| parent | 036e6e8d3959f9490bd54819a5efe574306b4b6f (diff) | |
Rework web roles
Diffstat (limited to 'hosts/copenhagen')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 3 |
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; }; }; |