added user to jellyfin group.
This commit is contained in:
parent
eecc4e40ea
commit
e3f836ae9f
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
imports = [
|
||||
./nginx.nix
|
||||
];
|
||||
|
||||
#allow us to manage jellyfins media.
|
||||
users.users.${config.host.details.user}.extraGroups = ["jellyfin"];
|
||||
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue