summaryrefslogtreecommitdiff
path: root/sys/web/sites/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-20 18:01:02 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-20 18:04:28 -0600
commitc88f8c51c90c1e48c75047849a42ae0ed6c4aa15 (patch)
tree5eccacfe94e63fd40e6747fb4b53f6b09fd38159 /sys/web/sites/default.nix
parent181200e62d929df7e632e581547a01c71eeefc2a (diff)
web/sites: add home portal
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 b453d24..a131aaf 100644
--- a/sys/web/sites/default.nix
+++ b/sys/web/sites/default.nix
@@ -1,5 +1,6 @@
{
imports = [
+ ./home.nix
./portal.nix
];
}