nixos/proxmox-image: change scsi controller model to upstream default

This commit is contained in:
illustris 2024-04-29 11:01:45 +05:30
parent fe35866a2e
commit 523f157dba
No known key found for this signature in database
GPG key ID: 56C8FC0B899FEFA3

View file

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