NAS Samba+Plex

This commit is contained in:
2022-04-07 12:27:49 -04:00
parent ba570ec51a
commit 1bb464f966
3 changed files with 98 additions and 0 deletions

View File

@@ -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" ];
}