summaryrefslogtreecommitdiff
path: root/sys/web/sites/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-04-17 16:18:20 -0600
committerAlejandro Soto <alejandro@34project.org>2025-04-19 11:10:00 -0600
commit92554d8615a5fe3b45073a62eb5341f4598463d5 (patch)
tree9b4ac40931680d43c78a7e36902d32566c78fe9f /sys/web/sites/default.nix
parent94082eb5943f483dda4c1c71e50e57ee665bcddf (diff)
sys/web/sites: add host site
Diffstat (limited to '')
-rw-r--r--sys/web/sites/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/web/sites/default.nix b/sys/web/sites/default.nix
index a131aaf..ba2835c 100644
--- a/sys/web/sites/default.nix
+++ b/sys/web/sites/default.nix
@@ -1,6 +1,7 @@
{
imports = [
./home.nix
+ ./host.nix
./portal.nix
];
}