feat: server test

This commit is contained in:
Nick 2024-11-23 20:40:51 -06:00
parent 0b802c39ad
commit 38ba756246
5 changed files with 42 additions and 17 deletions

View file

@ -0,0 +1,27 @@
{
imports = let
configPath = ./config;
in
(map
(folder: (configPath + ./${folder}))
[
"mastodon"
])
++ (map
(file: (configPath + ./${file}.nix))
[
"acme"
"caddy"
"jellyfin"
"logrotate"
"minecraft"
"ollama"
"peertube"
"postgresql"
"owncast"
"samba"
"vaultwarden"
# "forgejo"
# "nextcloud"
]);
}