mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
lots of updates
This commit is contained in:
parent
91f700f9a5
commit
60586106be
11 changed files with 55 additions and 42 deletions
|
@ -13,9 +13,9 @@
|
|||
qemu = {
|
||||
runAsRoot = false;
|
||||
swtpm.enable = true;
|
||||
ovmf.packages = [
|
||||
(pkgs.OVMF.override ({ tpmSupport = true; secureBoot = true; })).fd
|
||||
];
|
||||
# ovmf.packages = [
|
||||
# (pkgs.OVMF.override ({ tpmSupport = true; secureBoot = true; })).fd
|
||||
# ];
|
||||
};
|
||||
};
|
||||
spiceUSBRedirection.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue