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
|
python311Packages.threadpoolctl
|
||||||
qbittorrent
|
qbittorrent
|
||||||
retext
|
retext
|
||||||
|
solaar
|
||||||
spotify
|
spotify
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
zsh
|
zsh
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,10 @@
|
||||||
initialPassword = "1234";
|
initialPassword = "1234";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
openssh.authorizedKeys.keys = [];
|
openssh.authorizedKeys.keys = [];
|
||||||
extraGroups = ["wheel"];
|
extraGroups = [
|
||||||
|
"wheel"
|
||||||
|
"networkmanager"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,10 @@
|
||||||
initialPassword = "1234";
|
initialPassword = "1234";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
openssh.authorizedKeys.keys = [];
|
openssh.authorizedKeys.keys = [];
|
||||||
extraGroups = ["wheel"];
|
extraGroups = [
|
||||||
|
"wheel"
|
||||||
|
"networkmanager"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue