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 = [
|
imports = [
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
#allow us to manage jellyfins media.
|
||||||
|
users.users.${config.host.details.user}.extraGroups = ["jellyfin"];
|
||||||
|
|
||||||
services.jellyfin = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue