From 9c70c3ce22965a8cce75a1cb89cc709c3640d0fe Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 15 Apr 2025 14:56:17 -0400 Subject: [PATCH] system: add user to cdrom group Makes cdemu work. --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index 88da7569..a2b92c14 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -162,6 +162,7 @@ in "feedbackd" "video" "input" + "cdrom" ]; }; };