me like nix
0

Configure Feed

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

move nixarr folder

author
Sean Aye
date (Aug 1, 2025, 11:19 AM -0400) commit 1f786965 parent f4ce5773 change-id toyzywuz
+3 -1
+3 -1
configuration.nix
··· 154 154 # List services that you want to enable: 155 155 nixarr = { 156 156 enable = true; 157 + mediaDir = "/mnt/storage1/nixarr/media"; 158 + stateDir = "/mnt/storage1/nixarr/.state"; 157 159 vpn = { 158 160 enable = true; 159 - wgConf = "/data/wireguard.conf"; 161 + wgConf = "/mnt/storage1/nixarr/wireguard.conf"; 160 162 }; 161 163 162 164 jellyfin = {