feat: forgejo test

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

View file

@ -1,26 +1,22 @@
{
imports =
(map
(folder: ./${folder})
[
"mastodon"
])
++ (map
(file: ./${file}.nix)
[
"acme"
"caddy"
"jellyfin"
"logrotate"
"minecraft"
"ollama"
"upRootNutrition"
"peertube"
"postgresql"
"owncast"
"samba"
"vaultwarden"
"forgejo"
# "nextcloud"
]);
(map (folder: ./${folder}) [
"mastodon"
])
++ (map (file: ./${file}.nix) [
"acme"
"caddy"
"jellyfin"
"logrotate"
"minecraft"
"ollama"
"upRootNutrition"
"peertube"
"postgresql"
"owncast"
"samba"
"vaultwarden"
# "forgejo"
# "nextcloud"
]);
}