feat: reformated services

This commit is contained in:
Nick 2024-11-23 20:04:38 -06:00
parent c28066d2d3
commit d73b50cb7b
19 changed files with 5 additions and 198 deletions

View file

@ -1,12 +1,14 @@
{
imports =
imports = let
configPath = ./config;
in
(map
(folder: ./${folder})
(folder: (configPath + ./${folder}))
[
"mastodon"
])
++ (map
(file: ./${file}.nix)
(file: (configPath + ./${file}.nix))
[
"acme"
"caddy"
@ -19,9 +21,7 @@
"owncast"
"samba"
"vaultwarden"
"wiki"
# "forgejo"
# "castopod"
# "nextcloud"
]);
}