mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-06 12:38:19 +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 = {
|
users.users.kevin = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Kevin Kandlbinder";
|
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"];
|
kevin.ssh.authorized.kevin.users = ["kevin" "root"];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue