libvirt uefi
still not working
This commit is contained in:
parent
6a911794f1
commit
5446d3aace
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, options, ... }:
|
{ pkgs, options, ... }:
|
||||||
|
|
||||||
let unstable = import <nixos-unstable> { };
|
let
|
||||||
|
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cryptsetup
|
cryptsetup
|
||||||
|
@ -42,5 +43,11 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
storageDriver = "zfs";
|
storageDriver = "zfs";
|
||||||
};
|
};
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
qemu = {
|
||||||
|
swtpm.enable = true;
|
||||||
|
ovmf.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue