summaryrefslogtreecommitdiff
path: root/modules/desktop/services
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-10 01:17:11 -0800
committerFuwn <[email protected]>2024-11-10 01:17:11 -0800
commitf80836848b861e14e9877007a31ebccc658f0379 (patch)
tree3cfa58a6bd6b5b333a115d070213ebebb3caaf7e /modules/desktop/services
parentdesktop: move services out of software (diff)
downloadnixos-config-f80836848b861e14e9877007a31ebccc658f0379.tar.xz
nixos-config-f80836848b861e14e9877007a31ebccc658f0379.zip
desktop: fix plex samba share path
Diffstat (limited to 'modules/desktop/services')
-rw-r--r--modules/desktop/services/samba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop/services/samba.nix b/modules/desktop/services/samba.nix
index 3409a6f..a2d4044 100644
--- a/modules/desktop/services/samba.nix
+++ b/modules/desktop/services/samba.nix
@@ -8,7 +8,7 @@
settings.plex = {
browseable = "yes";
- path = "${config.modules.mounts.plex.name}/Plex";
+ path = "/mnt/${config.modules.mounts.plex.name}/Plex";
"guest ok" = "no";
"read only" = "no";
"create mask" = "0777";