feat: forgejo test

This commit is contained in:
Nick 2025-01-18 17:17:13 -06:00
parent bb5e5d1db9
commit 4d7b5eaf0f

View file

@ -1,13 +1,9 @@
{
imports =
(map
(folder: ./${folder})
[
(map (folder: ./${folder}) [
"mastodon"
])
++ (map
(file: ./${file}.nix)
[
++ (map (file: ./${file}.nix) [
"acme"
"caddy"
"jellyfin"
@ -20,7 +16,7 @@
"owncast"
"samba"
"vaultwarden"
"forgejo"
# "forgejo"
# "nextcloud"
]);
}