Oops
This commit is contained in:
parent
6aea21afa9
commit
e6d2dca199
|
@ -26,8 +26,8 @@ with lib;
|
|||
ovmf = {
|
||||
enable = true;
|
||||
package = pkgs.OVMFFull;
|
||||
runAsRoot = true;
|
||||
};
|
||||
runAsRoot = true;
|
||||
swtpm.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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" ];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue