mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
chore: initial commit
This commit is contained in:
34
lib/system/virtual-systems.nix
Normal file
34
lib/system/virtual-systems.nix
Normal file
@@ -0,0 +1,34 @@
|
||||
# @NOTE(jakehamilton): The order of these entries matters. We search them
|
||||
# from start to finish and only match based on whether they appear in a
|
||||
# system target. This means that entries like "vm" would match all cases
|
||||
# of "vm-bootloader", "vm-no-gui", and "vmware". To avoid this mismatch,
|
||||
# entries should be ordered from most-specific to least-specific.
|
||||
[
|
||||
"amazon"
|
||||
"azure"
|
||||
"cloudstack"
|
||||
"do"
|
||||
"gce"
|
||||
"hyperv"
|
||||
"install-iso-hyperv"
|
||||
"install-iso"
|
||||
"iso"
|
||||
"kexec"
|
||||
"kexec-bundle"
|
||||
"kubevirt"
|
||||
"lxc-metadata"
|
||||
"lxc"
|
||||
"openstack"
|
||||
"proxmox"
|
||||
"qcow"
|
||||
"raw"
|
||||
"raw-efi"
|
||||
"sd-aarch64-installer"
|
||||
"sd-aarch64"
|
||||
"vagrant-virtualbox"
|
||||
"virtualbox"
|
||||
"vm-bootloader"
|
||||
"vm-nogui"
|
||||
"vmware"
|
||||
"vm"
|
||||
]
|
||||
Reference in New Issue
Block a user