diff options
| author | Fuwn <[email protected]> | 2024-11-10 01:17:11 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-10 01:17:11 -0800 |
| commit | f80836848b861e14e9877007a31ebccc658f0379 (patch) | |
| tree | 3cfa58a6bd6b5b333a115d070213ebebb3caaf7e /modules/desktop/services | |
| parent | desktop: move services out of software (diff) | |
| download | nixos-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.nix | 2 |
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"; |