diff --git a/modules/containers.nix b/modules/containers.nix index 0e8dfdd4..a37aaac9 100644 --- a/modules/containers.nix +++ b/modules/containers.nix @@ -31,6 +31,11 @@ let mountPoint = hostPath; }; + seq = rec { + hostPath = "/dev/snd/seq"; + mountPoint = hostPath; + }; + dri = rec { hostPath = "/dev/dri"; mountPoint = hostPath; @@ -42,6 +47,10 @@ let modifier = "rw"; node = "/dev/dri/renderD128"; } + { + modifier = "rw"; + node = "/dev/snd/seq"; + } ]; specialArgs = {