System Gen34 @ 2025-05-13-00:18:34 by jonas@monolith
This commit is contained in:
parent
9200436850
commit
b24fdcf408
@ -18,8 +18,10 @@
|
|||||||
users.users.jonas = {
|
users.users.jonas = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Jonas";
|
description = "Jonas";
|
||||||
|
hashedPassword = ""; # passwordless login (sudo is now unusable without specifying NOPASSWD)
|
||||||
extraGroups = ["networkmanager" "wheel" "docker" "dialout"];
|
extraGroups = ["networkmanager" "wheel" "docker" "dialout"];
|
||||||
};
|
};
|
||||||
|
security.sudo.wheelNeedsPassword = false;
|
||||||
users.groups.data = {
|
users.groups.data = {
|
||||||
gid = 1001;
|
gid = 1001;
|
||||||
members = ["jonas"];
|
members = ["jonas"];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user