Run VBox on Hosea

This commit is contained in:
Greg Hellings
2024-04-02 14:07:13 -05:00
parent 601068fc93
commit cb5d1a7a83
4 changed files with 69 additions and 52 deletions
+1 -2
View File
@@ -45,7 +45,6 @@
extraGroups = [
"kvm"
"sudo"
"vboxusers"
"wheel"
];
isNormalUser = true;
@@ -54,7 +53,7 @@
};
system.stateVersion = lib.mkForce "24.05";
boot = {
extraModprobeConfig = "options kvm_amd nested=1 vboxdrv";
extraModprobeConfig = "options kvm_amd nested=1";
supportedFilesystems = [ "ntfs" ];
loader = {
efi = {
-1
View File
@@ -147,6 +147,5 @@ in {
virtualisation = {
docker.enable = true;
oci-containers.backend = "docker";
virtualbox.host.enable = true;
};
}