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 = imports =
(map (map (folder: ./${folder}) [
(folder: ./${folder})
[
"mastodon" "mastodon"
]) ])
++ (map ++ (map (file: ./${file}.nix) [
(file: ./${file}.nix)
[
"acme" "acme"
"caddy" "caddy"
"jellyfin" "jellyfin"
@ -20,7 +16,7 @@
"owncast" "owncast"
"samba" "samba"
"vaultwarden" "vaultwarden"
"forgejo" # "forgejo"
# "nextcloud" # "nextcloud"
]); ]);
} }