From 523f157dba0a1eec1a42090fcd5bc58b71593fbd Mon Sep 17 00:00:00 2001 From: illustris Date: Mon, 29 Apr 2024 11:01:45 +0530 Subject: [PATCH] nixos/proxmox-image: change scsi controller model to upstream default --- nixos/modules/virtualisation/proxmox-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/proxmox-image.nix b/nixos/modules/virtualisation/proxmox-image.nix index 00c39f255447..01ad86c08cd7 100644 --- a/nixos/modules/virtualisation/proxmox-image.nix +++ b/nixos/modules/virtualisation/proxmox-image.nix @@ -16,7 +16,7 @@ with lib; }; scsihw = mkOption { type = types.str; - default = "virtio-scsi-pci"; + default = "virtio-scsi-single"; example = "lsi"; description = '' SCSI controller type. Must be one of the supported values given in