{ imports = let configPath = ./config; in (map (folder: (configPath + ./${folder})) [ "mastodon" ]) ++ (map (file: (configPath + ./${file}.nix)) [ "acme" "caddy" "jellyfin" "logrotate" "minecraft" "ollama" "peertube" "postgresql" "owncast" "samba" "vaultwarden" # "forgejo" # "nextcloud" ]); }