mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
got functioning sound in qemu
This commit is contained in:
parent
e06def29b8
commit
0bd02073ac
2 changed files with 9 additions and 9 deletions
|
|
@ -12,10 +12,11 @@
|
|||
qemu = {
|
||||
runAsRoot = true;
|
||||
ovmf.enable = true;
|
||||
# verbatimConfig = ''
|
||||
# user = gerg
|
||||
# namespaces = []
|
||||
# '';
|
||||
verbatimConfig = ''
|
||||
user = "gerg"
|
||||
group = "kvm"
|
||||
namespaces = []
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue