NAS Samba+Plex
This commit is contained in:
@@ -24,4 +24,13 @@
|
||||
users.users.googlebot.packages = with pkgs; [
|
||||
bcachefs-tools
|
||||
];
|
||||
|
||||
services.samba.enable = true;
|
||||
|
||||
services.plex = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
dataDir = "/data/plex";
|
||||
};
|
||||
users.users.${config.services.plex.user}.extraGroups = [ "public_data" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user