From 47de67e111d5a6866d6e5f4fa2e1eff38c1d9d58 Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Wed, 1 Jan 2020 23:48:19 -0500 Subject: [PATCH] Add audio group --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 0a81bf0..1fb593f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -138,6 +138,7 @@ extraGroups = [ "wheel" # Enable ‘sudo’ for the user. "networkmanager" + "audio" ]; }; home-manager.users.mat = import ./home.nix;