aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-22 13:28:26 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-22 13:28:26 -0700
commitf1504f98a769c133ea21c0f9e4d852a70638aae7 (patch)
treec78d47b16fd193fa526d646b2278916795dcc355 /hosts
parent26bb823094ace5e61d2e2742c89ce735cc80fb70 (diff)
Enable stargazers webserver
Diffstat (limited to 'hosts')
-rw-r--r--hosts/copenhagen/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix
index 72bc06c..de42fcd 100644
--- a/hosts/copenhagen/configuration.nix
+++ b/hosts/copenhagen/configuration.nix
@@ -55,7 +55,7 @@
};
};
web = {
- stargazers.enable = false;
+ stargazers.enable = true;
personal.enable = true;
};
};