aboutsummaryrefslogtreecommitdiff
path: root/snowfall/systems
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-14 17:32:30 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:54 -0700
commit513a9fd74ef96a74fa8aabb536f2d424379cb85d (patch)
treec1db4d173c89d4f9acbdd72e154456cf6a6b431c /snowfall/systems
parente8ba21ee40f4ad7d813fc15a7341e601ea53f557 (diff)
migration: cxl.sh landing page webserver
Diffstat (limited to 'snowfall/systems')
-rw-r--r--snowfall/systems/x86_64-linux/copenhagen/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/snowfall/systems/x86_64-linux/copenhagen/default.nix b/snowfall/systems/x86_64-linux/copenhagen/default.nix
index ef30464..4aca131 100644
--- a/snowfall/systems/x86_64-linux/copenhagen/default.nix
+++ b/snowfall/systems/x86_64-linux/copenhagen/default.nix
@@ -17,6 +17,8 @@ with lib; with lib.${namespace}; {
services = {
web = {
+ personal.enable = true;
+ landing.enable = true;
images.enable = true;
stargazers.enable = true;
};