diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-27 19:46:21 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-29 08:53:09 +0100 |
commit | 8d0d4995c388062f295e6c1fb1e8c9e5c3259c52 (patch) | |
tree | bffbb5f86b0d5b1e430a0f2fe06bcc355b66193b /nixos/hosts/ev/default.nix | |
parent | 24a3b1a96e167b809d634878d016a729969278c0 (diff) |
feat(ev): add qbittorrent
Diffstat (limited to 'nixos/hosts/ev/default.nix')
-rw-r--r-- | nixos/hosts/ev/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index dbda5f3..e59ec01 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -11,11 +11,15 @@ <top/profiles/server> <top/shared/tailscale.nix> <top/shared/basics-physical.nix> + <top/shared/vpn.nix> ./home-automation.nix ./kodi.nix + ./torrent.nix ]; home-automation.zigbee2mqttPort = 8080; + torrent.qbittorrentWebUiPort = 7777; + torrent.networkNamespace = "se"; home-automation.zigbeeSerialPort = "/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_e2fed465c59ded11962fd7a5a7669f5d-if00-port0"; |