about summary refs log tree commit diff
path: root/machines/aszlig/dnyarri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig/dnyarri.nix')
-rw-r--r--machines/aszlig/dnyarri.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index e395e387..97f2c73c 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -84,13 +84,7 @@ in {
     device = "/dev/mapper/${name}";
   }) cryptDevices.swap;
 
-  users.users.aszlig.extraGroups = [
-    "scanner"
-    # 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.
-    "audio"
-  ];
+  users.users.aszlig.extraGroups = [ "scanner" ];
 
   services.xserver.videoDrivers = [ "amdgpu" ];
   services.xserver.xrandrHeads = [ "DisplayPort-0" "DisplayPort-1" ];