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

19 lines
305 B
Nix

{...}: {
imports = [
# ./ollama.nix
# ./rsyncd.nix
# ./sunshine.nix
# ./zerotier.nix
./tailscale.nix
./samba.nix
./mullvad.nix
./openrgb.nix
./command-runner.nix
./resolved.nix
# ./dnscrypt.nix
];
services = {
# hardware.openrgb.enable = true;
};
}