dotfiles/nixos/modules/services/default.nix
2025-01-22 00:54:45 -06:00

22 lines
362 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"
]);
}