qs: wifi pwd

This commit is contained in:
outfoxxed 2026-04-14 20:51:09 -07:00
parent dc2712c66b
commit b3e9b4e6be
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 56 additions and 10 deletions

View file

@ -17,7 +17,7 @@ in {
users.users.${username} = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "networkmanager" ];
initialPassword = "test";
};