wip: Add host deertopia

This commit is contained in:
Madeleine Sydney
2025-01-18 14:33:34 -07:00
parent 34adb5c26e
commit 46d6c129c1
74 changed files with 250 additions and 26 deletions

11
hosts/deertopia/services.nix Normal file → Executable file
View File

@@ -1,7 +1,10 @@
{ utils, ... }:
{ config, lib, pkgs, ... }:
{
imports =
map (x: ./services/${x})
(utils.listNixFilesInDirectory ./services);
imports = [
# ./services/seafile.nix
# ./services/tinydns.nix
./services/git-annex.nix
./services/nginx.nix
];
}