media server stuff
This commit is contained in:
parent
e1480a2b67
commit
f11a340d95
2 changed files with 1 additions and 2 deletions
|
@ -185,7 +185,6 @@
|
||||||
"lidarr"
|
"lidarr"
|
||||||
"bazarr"
|
"bazarr"
|
||||||
"prowlarr"
|
"prowlarr"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
transmission = {
|
transmission = {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
fileSystems =
|
fileSystems =
|
||||||
let
|
let
|
||||||
automount-opts = "x-systemd.automount,noauto,users,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,uid=1000";
|
automount-opts = "x-systemd.automount,noauto,users,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,noperm,uid=1000";
|
||||||
filez-opts = automount-opts + ",credentials=/etc/nixos/filez-secrets";
|
filez-opts = automount-opts + ",credentials=/etc/nixos/filez-secrets";
|
||||||
# media-server-opts = automount-opts + ",credentials=/etc/nixos/media-server-secrets";
|
# media-server-opts = automount-opts + ",credentials=/etc/nixos/media-server-secrets";
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue