From 84995e15bb6512b23866fd7d22c22db2f8360e49 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:19:47 -0400 Subject: [PATCH] remove wo2w group actually --- common/users.nix | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/common/users.nix b/common/users.nix index 0b11032..a58e0b3 100755 --- a/common/users.nix +++ b/common/users.nix @@ -1,15 +1,12 @@ { hostName, config, ... }: { - users = { - users.wo2w = { - isNormalUser = true; - description = "${hostName}"; - extraGroups = [ "networkmanager" "wheel" ]; + users.users.wo2w = { + isNormalUser = true; + description = "${hostName}"; + extraGroups = [ "networkmanager" "wheel" ]; - # make new user logins (iso/vm/new machine) use a default password - initialPassword = "1234"; - }; - groups.wo2w = {}; + # make new user logins (iso/vm/new machine) use a default password + initialPassword = "1234"; }; } \ No newline at end of file