parent
98fb1316e7
commit
c4b08af314
4 changed files with 10 additions and 15 deletions
|
@ -15,8 +15,6 @@
|
|||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
mesa.drivers
|
||||
];
|
||||
};
|
||||
|
|
|
@ -13,12 +13,9 @@
|
|||
|
||||
virtualisation = {
|
||||
podman.enable = true;
|
||||
virtualbox.host = {
|
||||
# enableKvm = true;
|
||||
enable = true;
|
||||
enableHardening = false;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
# virtualbox.host = {
|
||||
# enable = true;
|
||||
# };
|
||||
docker = {
|
||||
enable = false;
|
||||
storageDriver = "btrfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue