System Gen34 @ 2025-05-13-00:18:34 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-05-13 00:18:34 +02:00
parent 9200436850
commit b24fdcf408

View File

@ -18,8 +18,10 @@
users.users.jonas = {
isNormalUser = true;
description = "Jonas";
hashedPassword = ""; # passwordless login (sudo is now unusable without specifying NOPASSWD)
extraGroups = ["networkmanager" "wheel" "docker" "dialout"];
};
security.sudo.wheelNeedsPassword = false;
users.groups.data = {
gid = 1001;
members = ["jonas"];