aboutsummaryrefslogtreecommitdiff
path: root/snowfall/systems/x86_64-linux/copenhagen
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/systems/x86_64-linux/copenhagen')
-rw-r--r--snowfall/systems/x86_64-linux/copenhagen/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/snowfall/systems/x86_64-linux/copenhagen/default.nix b/snowfall/systems/x86_64-linux/copenhagen/default.nix
index 38705a8..ff0c0ed 100644
--- a/snowfall/systems/x86_64-linux/copenhagen/default.nix
+++ b/snowfall/systems/x86_64-linux/copenhagen/default.nix
@@ -14,6 +14,12 @@ with lib; with lib.${namespace}; {
impermanence.enable = true;
impermanence.home.enable = true;
};
+
+ services = {
+ web = {
+ enable = true;
+ }
+ }
};
system.stateVersion = "23.11";