Move data dir for plex
This commit is contained in:
parent
684cf02eee
commit
f8ab913941
|
@ -41,7 +41,7 @@
|
||||||
nixosModules.plex = {...}: {
|
nixosModules.plex = {...}: {
|
||||||
services.plex = {
|
services.plex = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dataDir = "/storage/media/plex";
|
dataDir = "/storage/data";
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in New Issue