summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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";