feat(jellyfin): change user & group

This commit is contained in:
Felix Schröter 2021-05-27 12:38:34 +02:00
parent d21c771356
commit 5d03d532da
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 6 additions and 5 deletions

View file

@ -85,7 +85,7 @@ with builtins; {
users.users.felschr = {
isNormalUser = true;
extraGroups = [ "wheel" "audio" "disk" ];
extraGroups = [ "wheel" "audio" "disk" "media" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = [ ./key ];
};