mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
Added my user to NetworkManager group
This commit is contained in:
parent
4a652c226f
commit
654d87b0d5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
users.users.rouven = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "video" "libvirtd" ];
|
||||
extraGroups = [ "wheel" "video" "libvirtd" "networkmanager" ];
|
||||
};
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Reference in a new issue