non important commit

This commit is contained in:
maxstrb 2026-03-11 12:48:06 +01:00
parent 364aaa273a
commit 6015e02460

View file

@ -2,7 +2,7 @@
users.users.maxag = { users.users.maxag = {
isNormalUser = true; isNormalUser = true;
description = "Max Ag"; description = "Max Ag";
extraGroups = ["networkmanager" "wheel" "video" "input"]; extraGroups = ["networkmanager" "wheel" "video" "input" "dialout"];
shell = pkgs.nushell; shell = pkgs.nushell;
}; };