summaryrefslogtreecommitdiff
path: root/sys/web/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-20 15:22:03 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-20 18:01:37 -0600
commitbc24082c6f3a8e0b314d338d42b2bf76073fd5f7 (patch)
tree2e9c037c7f1e0b6965c9ea1f560359bdeed5d3fe /sys/web/default.nix
parent2471ef3f39083538202a65375885869e54477ec2 (diff)
sys/web: add support for multiple sites
Diffstat (limited to '')
-rw-r--r--sys/web/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/web/default.nix b/sys/web/default.nix
index 6c73506..2fc769f 100644
--- a/sys/web/default.nix
+++ b/sys/web/default.nix
@@ -2,5 +2,6 @@
imports = [
./nginx.nix
./php-fpm.nix
+ ./sites
];
}