feat: kernel modules as system extensions

This commit is contained in:
Lars Sjöström 2025-03-19 15:03:15 +01:00
parent c748e17279
commit 4166b4c1fb
No known key found for this signature in database
5 changed files with 40 additions and 11 deletions

View file

@ -47,6 +47,7 @@ pkgs.writeShellApplication {
-chardev socket,id=chrtpm,path="$state/swtpm-sock" \
-tpmdev emulator,id=tpm0,chardev=chrtpm \
-device tpm-tis,tpmdev=tpm0 \
-netdev id=net00,type=user \
-device virtio-net-pci,netdev=net00 \
-drive "format=qcow2,file=$state/disk.qcow2"
'';