feat: server test

This commit is contained in:
Nick 2024-11-23 20:27:44 -06:00
parent 0439073fbd
commit 4dee49841a
18 changed files with 17 additions and 45 deletions

View file

@ -1,27 +0,0 @@
{
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"
]);
}