Added user to networkmanager group
This commit is contained in:
parent
28371b98ca
commit
ce50a18adf
3 changed files with 9 additions and 2 deletions
|
|
@ -53,6 +53,7 @@
|
|||
python311Packages.threadpoolctl
|
||||
qbittorrent
|
||||
retext
|
||||
solaar
|
||||
spotify
|
||||
whatsapp-for-linux
|
||||
zsh
|
||||
|
|
|
|||
|
|
@ -65,7 +65,10 @@
|
|||
initialPassword = "1234";
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [];
|
||||
extraGroups = ["wheel"];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,10 @@
|
|||
initialPassword = "1234";
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [];
|
||||
extraGroups = ["wheel"];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue