Add Daniel user group

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-01-03 23:04:36 +00:00
parent d2accabba8
commit b728f3232f

View File

@@ -66,8 +66,10 @@ in
networking.firewall.allowPing = true;
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
users.groups.daniel = {};
users.users.daniel = {
isNormalUser = true;
group = "daniel";
extraGroups = [ "wheel" ];
};
security.sudo.wheelNeedsPassword = false;