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
move nixarr folder
author
Sean Aye
date
10 months ago
(Aug 1, 2025, 11:19 AM -0400)
commit
1f786965
1f786965796917c2bfe3121eae62cc67af6bace9
parent
f4ce5773
f4ce57731e7c298d86ffd68fb8075b7ee113e172
change-id
toyzywuz
toyzywuzznmwrqlynrspolqyrloyqron
+3
-1
1 changed file
Expand all
Collapse all
Unified
Split
configuration.nix
+3
-1
configuration.nix
Reviewed
···
154
154
# List services that you want to enable:
155
155
nixarr = {
156
156
enable = true;
157
157
+
mediaDir = "/mnt/storage1/nixarr/media";
158
158
+
stateDir = "/mnt/storage1/nixarr/.state";
157
159
vpn = {
158
160
enable = true;
159
159
-
wgConf = "/data/wireguard.conf";
161
161
+
wgConf = "/mnt/storage1/nixarr/wireguard.conf";
160
162
};
161
163
162
164
jellyfin = {