feat(jellyfin): change user & group
This commit is contained in:
parent
d21c771356
commit
5d03d532da
2 changed files with 6 additions and 5 deletions
2
rpi4.nix
2
rpi4.nix
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue