diff options
Diffstat (limited to 'hosts')
| -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; }; }; |