From 6f10416cdd0f59895530afb2a50ce23e71912e13 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 15 Sep 2024 20:55:07 -0500 Subject: [PATCH] Add chandler to cdrom group for CD ripping --- oscar/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index 0e5b292..66241ad 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -111,7 +111,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.chandler.isNormalUser = true; users.users.chandler.description = "Chandler Swift"; - users.users.chandler.extraGroups = [ "networkmanager" "wheel" "dialout" ]; + users.users.chandler.extraGroups = [ "networkmanager" "wheel" "dialout" "cdrom" ]; home-manager.users.chandler = { pkgs, ... }: { home.packages = with pkgs; [ firefox