about summary refs log tree commit diff
path: root/machines/dnyarri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/dnyarri.nix')
-rw-r--r--machines/dnyarri.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index 6da44406..7e54318c 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -104,6 +104,11 @@ with import ../lib;
     device = "/dev/shofixti/swap";
   };
 
+  # TODO: Try to avoid this, but as there is only a single user using audio on
+  # this machine, it's okay for now. But remember that this will break heavily,
+  # should there be another user accessing the audio devices.
+  users.extraUsers.aszlig.extraGroups = [ "audio" ];
+
   services.xserver = {
     videoDrivers = [ "ati" ];