mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-02 10:48:20 +02:00
Update user groups
This commit is contained in:
parent
b02db50513
commit
f1861101a0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ in {
|
|||
users.users.kevin = {
|
||||
isNormalUser = true;
|
||||
description = "Kevin Kandlbinder";
|
||||
extraGroups = [ "wheel" "docker" "dialout" "networkmanager" ];
|
||||
extraGroups = [ "wheel" "docker" "dialout" "networkmanager" "floppy" "audio" "lp" "cdrom" "tape" "video" "render" ];
|
||||
};
|
||||
kevin.ssh.authorized.kevin.users = ["kevin" "root"];
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue