Update shared.nix

This commit is contained in:
Thilo Hohlt
2023-05-11 17:08:30 +02:00
committed by GitHub
parent 31f03cf88d
commit 24fb2cd293

View File

@@ -42,7 +42,7 @@
users.users.thiloho = { users.users.thiloho = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" "networkmanager" ];
}; };
# Home manager configuration # Home manager configuration