me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

update nixarr conf

+9 -1
+9 -1
configuration.nix
··· 223 223 # List services that you want to enable: 224 224 nixarr = { 225 225 enable = true; 226 + vpn = { 227 + enable = true; 228 + wgConf = /data/wireguard.conf; 229 + }; 226 230 227 231 jellyfin = { 228 232 enable = true; ··· 230 234 231 235 transmission = { 232 236 enable = true; 237 + vpn.enable = true; 233 238 }; 234 - sabnzbd.enable = true; 239 + sabnzbd = { 240 + enable = true; 241 + vpn.enable = true; 242 + }; 235 243 236 244 prowlarr.enable = true; 237 245 radarr.enable = true;