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
qbittorrent
retext
solaar
spotify
whatsapp-for-linux
zsh

View file

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

View file

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