containers: passthrough /dev/snd/seq

Required for MIDI.
This commit is contained in:
Donovan Glover 2025-05-22 00:47:20 -04:00
parent 93a9254a02
commit f4252670b1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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 = {