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