aboutsummaryrefslogtreecommitdiff
path: root/snowfall/systems
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-14 14:54:40 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:53 -0700
commit5ee9dd8cf0bbf837f967f6c902b8fd3c427ff495 (patch)
treed5949ceb2fbade754e2083f7b84ac9edf36f867e /snowfall/systems
parent5a8d24052232b776858aae9d63da58169db62465 (diff)
migration: image 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 ff0c0ed..20bfabb 100644
--- a/snowfall/systems/x86_64-linux/copenhagen/default.nix
+++ b/snowfall/systems/x86_64-linux/copenhagen/default.nix
@@ -18,6 +18,7 @@ with lib; with lib.${namespace}; {
services = {
web = {
enable = true;
+ images.enable = true;
}
}
};