From 15974e98d318895d09d4d47fcb8cf549bc2b04ed Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sat, 7 Sep 2024 11:56:57 -0400 Subject: [PATCH] fix(machines/terra): add michael to networkmanager group --- machines/terra/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index ad5244f..0f74223 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -55,7 +55,7 @@ users.users.michael = { isNormalUser = true; description = "Michael Thomas"; - extraGroups = ["wheel" "docker" "podman" "adbusers" "dialout" "libvirtd"]; + extraGroups = ["wheel" "docker" "podman" "adbusers" "dialout" "libvirtd" "networkmanager"]; shell = pkgs.zsh; openssh.authorizedKeys.keys = [ # Neptune