Update NixOS networking configuration

This commit is contained in:
2025-10-04 20:48:08 +02:00
parent 70363bdc48
commit b69140605c
2 changed files with 7 additions and 16 deletions

View File

@@ -4,6 +4,6 @@
users.users.h = {
isNormalUser = true;
description = "h";
extraGroups = [ "wheel" "networkmanager" ];
extraGroups = [ "wheel" ];
};
}