integrate htpc and associated configuration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
package = pkgs.qemu_kvm;
|
||||
swtpm.enable = true; # This enables TPM support
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user