aboutsummaryrefslogtreecommitdiff
path: root/systems/x86_64-linux/copenhagen
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2026-01-25 22:22:14 -0800
committerCaroline Larimore <caroline@larimo.re>2026-01-25 22:22:14 -0800
commit96afece8b78b1b98584e528b74e37d85b47957bb (patch)
tree66ba868fccf42ee70014e7af99cb87ed7d70030a /systems/x86_64-linux/copenhagen
parent75ef8ac0234df9af465df556413c557c0544df85 (diff)
copenhagen: disable stargazers webserver
Diffstat (limited to 'systems/x86_64-linux/copenhagen')
-rw-r--r--systems/x86_64-linux/copenhagen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix
index f6b4037..20ecfa3 100644
--- a/systems/x86_64-linux/copenhagen/default.nix
+++ b/systems/x86_64-linux/copenhagen/default.nix
@@ -27,7 +27,7 @@ with lib; with lib.${namespace}; {
personal.enable = true;
landing.enable = true;
images.enable = true;
- stargazers.enable = true;
+ stargazers.enable = false;
status.enable = true;
};