aboutsummaryrefslogtreecommitdiff
path: root/snowfall/systems
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-14 14:57:41 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:53 -0700
commit1075fef7a571393d40a016f55ef567bcd099c62a (patch)
tree784eb01dc249d4be2256d10e67b5855a82a48f7b /snowfall/systems
parent5ee9dd8cf0bbf837f967f6c902b8fd3c427ff495 (diff)
migration: stargazers webserver
Diffstat (limited to 'snowfall/systems')
-rw-r--r--snowfall/systems/x86_64-linux/copenhagen/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/systems/x86_64-linux/copenhagen/default.nix b/snowfall/systems/x86_64-linux/copenhagen/default.nix
index 20bfabb..1a39924 100644
--- a/snowfall/systems/x86_64-linux/copenhagen/default.nix
+++ b/snowfall/systems/x86_64-linux/copenhagen/default.nix
@@ -19,6 +19,7 @@ with lib; with lib.${namespace}; {
web = {
enable = true;
images.enable = true;
+ stargazers.enable = true;
}
}
};