Update NixOS networking configuration
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
users.users.h = {
|
||||
isNormalUser = true;
|
||||
description = "h";
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user