diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-20 15:22:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-20 18:01:37 -0600 |
| commit | bc24082c6f3a8e0b314d338d42b2bf76073fd5f7 (patch) | |
| tree | 2e9c037c7f1e0b6965c9ea1f560359bdeed5d3fe /sys/preset/dmz.nix | |
| parent | 2471ef3f39083538202a65375885869e54477ec2 (diff) | |
sys/web: add support for multiple sites
Diffstat (limited to 'sys/preset/dmz.nix')
| -rw-r--r-- | sys/preset/dmz.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/preset/dmz.nix b/sys/preset/dmz.nix index 16b125f..c6e290e 100644 --- a/sys/preset/dmz.nix +++ b/sys/preset/dmz.nix @@ -36,7 +36,7 @@ in hostname = "dmz"; }; - web.enable = true; + web.sites.portal.enable = true; }; users = { |
