Files
dotfiles/nixos/mirai/services/default.nix
uttarayan21 1bd0191b99 feat: deploy prowlarr in remote machine
but reverse proxy it from the local machine over tailscale
2025-07-15 03:29:19 +05:30

34 lines
546 B
Nix

{...}: {
imports = [
./atuin.nix
./authelia.nix
./caddy.nix
./fail2ban.nix
./gitea.nix
./homepage.nix
./llama.nix
./minecraft.nix
./nextcloud.nix
./tailscale.nix
./zerotier.nix
./prowlarr.nix
# ./home-assistant.nix
# ./jellyfin.nix
# ./ldap.nix
# ./llama.nix
# ./navidrome.nix
# ./nextcloud.nix
# ./paperless.nix
# ./polaris.nix
# ./seafile.nix
# ./syncthing.nix
# ./vscode.nix
];
services = {
nix-serve = {
enable = true;
};
};
}