1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-01 23:38:46 +02:00

Added my user to NetworkManager group

This commit is contained in:
Rouven Seifert 2022-12-25 22:52:50 +01:00 committed by GitHub
parent 4a652c226f
commit 654d87b0d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;