From 06e9c0e8ae25148d715c79eb1d6d0a9a8e4cb80c Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 12 Feb 2025 11:31:39 -0600 Subject: [PATCH] add network manager permissions --- system-config/configuration/laptop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system-config/configuration/laptop/default.nix b/system-config/configuration/laptop/default.nix index 780633d..18a72d1 100644 --- a/system-config/configuration/laptop/default.nix +++ b/system-config/configuration/laptop/default.nix @@ -178,6 +178,7 @@ "wheel" "podman" "docker" + "networkmanager" ]; # Enable ‘sudo’ for the user. openssh.authorizedKeys.keys = []; };