diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 17:32:30 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:54 -0700 |
| commit | 513a9fd74ef96a74fa8aabb536f2d424379cb85d (patch) | |
| tree | c1db4d173c89d4f9acbdd72e154456cf6a6b431c /snowfall/systems/x86_64-linux | |
| parent | e8ba21ee40f4ad7d813fc15a7341e601ea53f557 (diff) | |
migration: cxl.sh landing page webserver
Diffstat (limited to 'snowfall/systems/x86_64-linux')
| -rw-r--r-- | snowfall/systems/x86_64-linux/copenhagen/default.nix | 2 |
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; }; |