updates
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2024-10-26 09:49:22 +02:00
parent 98fb1316e7
commit c4b08af314
4 changed files with 10 additions and 15 deletions

View file

@ -15,8 +15,6 @@
enable = true;
extraPackages = with pkgs; [
amdvlk
rocm-opencl-icd
rocm-opencl-runtime
mesa.drivers
];
};

View file

@ -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";