Try to optionally include networkmanager
This commit is contained in:
parent
7a8af01854
commit
6d0b2273f5
2 changed files with 14 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
users.users.fleaz = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [
|
||||
"wheel" # Enable ‘sudo’ for the user.
|
||||
"networkmanager" # Access to networkmanager
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue