enable ssh for stream user

no_companion
schweby 2021-12-25 18:56:50 +01:00
parent a196a482cd
commit 3b5b213fde
1 changed files with 1 additions and 0 deletions

View File

@ -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;