diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 14:51:36 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:53 -0700 |
| commit | 5a8d24052232b776858aae9d63da58169db62465 (patch) | |
| tree | f2809ee82f0698f6fef35a396faef1f41f560615 /snowfall/systems | |
| parent | 596308634840634c216e8f1f1db8920886df0aa4 (diff) | |
migration: webserver core
Diffstat (limited to 'snowfall/systems')
| -rw-r--r-- | snowfall/systems/x86_64-linux/copenhagen/default.nix | 6 |
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"; |