wip: feat: Add host deertopia

This commit is contained in:
Madeleine Sydney
2025-01-17 19:57:17 -07:00
parent b86ba2081a
commit 34adb5c26e
8 changed files with 58 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
{ utils, ... }:
{
imports =
map (x: ./services/${x})
(utils.listNixFilesInDirectory ./services);
}