mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/proxmox-image: change scsi controller model to upstream default
This commit is contained in:
parent
fe35866a2e
commit
523f157dba
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ with lib;
|
||||||
};
|
};
|
||||||
scsihw = mkOption {
|
scsihw = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "virtio-scsi-pci";
|
default = "virtio-scsi-single";
|
||||||
example = "lsi";
|
example = "lsi";
|
||||||
description = ''
|
description = ''
|
||||||
SCSI controller type. Must be one of the supported values given in
|
SCSI controller type. Must be one of the supported values given in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue