mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
23 lines
378 B
Nix
Executable file
23 lines
378 B
Nix
Executable file
{
|
|
imports =
|
|
(map (folder: ./${folder}) [
|
|
"mastodon"
|
|
])
|
|
++ (map (file: ./${file}.nix) [
|
|
"acme"
|
|
"caddy"
|
|
"jellyfin"
|
|
"logrotate"
|
|
"minecraft"
|
|
"ollama"
|
|
"hledger"
|
|
"upRootNutrition"
|
|
# "peertube"
|
|
"postgresql"
|
|
# "owncast"
|
|
"samba"
|
|
"vaultwarden"
|
|
"forgejo"
|
|
# "nextcloud"
|
|
]);
|
|
}
|