enable ssh for stream user
This commit is contained in:
parent
b96a026565
commit
8c527ea552
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
isNormalUser = true;
|
||||
password = "hacchacc";
|
||||
extraGroups = [ "audio" "video" ];
|
||||
openssh.authorizedKeys.keys = with pkgs.lib; concatLists (mapAttrsToList (name: user: if elem "wheel" user.extraGroups then user.openssh.authorizedKeys.keys else []) config.users.users);
|
||||
};
|
||||
|
||||
services.pipewire.enable = true;
|
||||
|
|
Loading…
Reference in a new issue