feat: server test

This commit is contained in:
Nick 2024-11-23 20:45:46 -06:00
parent 1633a13be9
commit b8f9f86509
2 changed files with 31 additions and 59 deletions

View file

@ -1,14 +1,12 @@
{
imports = let
configPath = ./config;
in
imports =
(map
(folder: (configPath + ./${folder}))
(folder: ./${folder})
[
"mastodon"
])
++ (map
(file: (configPath + ./${file}.nix))
(file: ./${file}.nix)
[
"acme"
"caddy"