alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update nixarr conf
author
Sean Aye
date
11 months ago
(Jul 7, 2025, 11:17 AM -0400)
commit
e7d59b02
e7d59b02d70d12daa2e98f40b9b4379bf9323d8e
parent
30a91ede
30a91eded63f3314e24872377caeb277a3ba0f3f
+9
-1
1 changed file
Expand all
Collapse all
Unified
Split
configuration.nix
+9
-1
configuration.nix
Reviewed
···
223
223
# List services that you want to enable:
224
224
nixarr = {
225
225
enable = true;
226
226
+
vpn = {
227
227
+
enable = true;
228
228
+
wgConf = /data/wireguard.conf;
229
229
+
};
226
230
227
231
jellyfin = {
228
232
enable = true;
···
230
234
231
235
transmission = {
232
236
enable = true;
237
237
+
vpn.enable = true;
233
238
};
234
234
-
sabnzbd.enable = true;
239
239
+
sabnzbd = {
240
240
+
enable = true;
241
241
+
vpn.enable = true;
242
242
+
};
235
243
236
244
prowlarr.enable = true;
237
245
radarr.enable = true;