mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: forgejo test
This commit is contained in:
parent
bb5e5d1db9
commit
4d7b5eaf0f
1 changed files with 19 additions and 23 deletions
|
@ -1,26 +1,22 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
(map
|
(map (folder: ./${folder}) [
|
||||||
(folder: ./${folder})
|
"mastodon"
|
||||||
[
|
])
|
||||||
"mastodon"
|
++ (map (file: ./${file}.nix) [
|
||||||
])
|
"acme"
|
||||||
++ (map
|
"caddy"
|
||||||
(file: ./${file}.nix)
|
"jellyfin"
|
||||||
[
|
"logrotate"
|
||||||
"acme"
|
"minecraft"
|
||||||
"caddy"
|
"ollama"
|
||||||
"jellyfin"
|
"upRootNutrition"
|
||||||
"logrotate"
|
"peertube"
|
||||||
"minecraft"
|
"postgresql"
|
||||||
"ollama"
|
"owncast"
|
||||||
"upRootNutrition"
|
"samba"
|
||||||
"peertube"
|
"vaultwarden"
|
||||||
"postgresql"
|
# "forgejo"
|
||||||
"owncast"
|
# "nextcloud"
|
||||||
"samba"
|
]);
|
||||||
"vaultwarden"
|
|
||||||
"forgejo"
|
|
||||||
# "nextcloud"
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue