From 3ff17ba77e59ca4de6f037ea4eaf4d21f760e3a5 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 7 Sep 2019 13:26:06 +0000 Subject: modules/networking: set networkmanager group This group, specific to NetworkManager, didn't really belong as part of the user definition. It's still not ideal that the networking module is aware of my user -- it might be nicer to have some generic framework for admin groups. But this is fine for now. --- modules/workstation/networking/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/workstation/networking') diff --git a/modules/workstation/networking/default.nix b/modules/workstation/networking/default.nix index 4f3854b7fad7..3176e8d061c0 100644 --- a/modules/workstation/networking/default.nix +++ b/modules/workstation/networking/default.nix @@ -9,6 +9,8 @@ networking.networkmanager.enable = true; + users.users.qyliss.extraGroups = [ "networkmanager" ]; + # Plausible MAC randomization networking.networkmanager.ethernet.macAddress = "random"; networking.networkmanager.wifi.macAddress = "random"; -- cgit 1.4.1