❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo

A. Ottr e295f2f3 18b4a90b

+1 -1
+1 -1
modules/nixos/server/plex.nix
··· 6 6 services.plex = { 7 7 enable = true; 8 8 openFirewall = true; 9 - owner = "media"; 9 + user = "media"; 10 10 group = "media"; 11 11 }; 12 12