Added user to networkmanager group

This commit is contained in:
KoenDR06 2024-05-07 12:03:42 +02:00
parent 28371b98ca
commit ce50a18adf
3 changed files with 9 additions and 2 deletions

View file

@ -53,6 +53,7 @@
python311Packages.threadpoolctl python311Packages.threadpoolctl
qbittorrent qbittorrent
retext retext
solaar
spotify spotify
whatsapp-for-linux whatsapp-for-linux
zsh zsh

View file

@ -65,7 +65,10 @@
initialPassword = "1234"; initialPassword = "1234";
isNormalUser = true; isNormalUser = true;
openssh.authorizedKeys.keys = []; openssh.authorizedKeys.keys = [];
extraGroups = ["wheel"]; extraGroups = [
"wheel"
"networkmanager"
];
}; };
}; };

View file

@ -94,7 +94,10 @@
initialPassword = "1234"; initialPassword = "1234";
isNormalUser = true; isNormalUser = true;
openssh.authorizedKeys.keys = []; openssh.authorizedKeys.keys = [];
extraGroups = ["wheel"]; extraGroups = [
"wheel"
"networkmanager"
];
}; };
}; };