This commit is contained in:
Nathan McCarty 2022-10-10 23:03:38 -04:00
parent 6aea21afa9
commit e6d2dca199
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ with lib;
ovmf = {
enable = true;
package = pkgs.OVMFFull;
runAsRoot = true;
};
runAsRoot = true;
swtpm.enable = true;
};
};

View File

@ -50,7 +50,7 @@ with lib; {
# Configure the timezone
time.timeZone = "America/New_York";
}
(mkIf config.nathan.config.hardware.amdPassthrough {
(mkIf config.nathan.hardware.amdPassthrough {
users.users."${nc.user}".extraGroups = [ "libvirtd" ];
})
];