lib/users/j03: unmeify

This commit is contained in:
Astro 2021-10-02 00:47:08 +02:00
parent 7ce04c0c1e
commit 2c4beccb8a
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ in {
nix.trustedUsers = [ "j03" ];
users.users.astro = {
users.users.j03 = {
isNormalUser = true;
extraGroups = [ "users" "wheel" "kvm" "audio" "video" "adbusers" "camera" ];
extraGroups = [ "users" "wheel" ];
openssh.authorizedKeys.keys = keys;
};