enable ssh for stream user

keep-around/8c527ea5523823f7844264074dec3c741cb7b962
schweby 2021-12-25 18:56:50 +01:00
parent b96a026565
commit 8c527ea552
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;