mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-18 23:56:55 +02:00
containers: passthrough /dev/snd/seq
Required for MIDI.
This commit is contained in:
parent
93a9254a02
commit
f4252670b1
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user