Files
dotfiles/nixos/tsuba/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

14 lines
200 B
Nix

{...}: {
imports = [
./tailscale.nix
./samba.nix
./jellyfin.nix
./caddy.nix
./servarr.nix
./deluge.nix
./homeassistant.nix
# ./dnscrypt.nix
./resolved.nix
];
}