mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
hosts/samhain: Made excess into a dedicated games drive for the VM
This commit is contained in:
parent
09da795099
commit
c95ad7cead
2 changed files with 8 additions and 5 deletions
|
|
@ -28,11 +28,6 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/disks/excess" = {
|
||||
device = "/dev/disk/by-uuid/0af88a48-ccfd-4e54-9652-a5ae7f74e21d";
|
||||
fsType = "xfs";
|
||||
};
|
||||
|
||||
fileSystems."/disks/pool-raw" = {
|
||||
device = "zstore/raw";
|
||||
fsType = "zfs";
|
||||
|
|
|
|||
|
|
@ -65,6 +65,14 @@
|
|||
<boot order="2"/>
|
||||
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
|
||||
</disk>
|
||||
<disk type="block" device="disk">
|
||||
<driver name="qemu" type="raw" cache="none" io="native"/>
|
||||
<source dev="/dev/disk/by-id/ata-TOSHIBA_HDWD130_787VUS4AS-part2" index="2"/>
|
||||
<backingStore/>
|
||||
<target dev="sdb" bus="scsi"/>
|
||||
<alias name="scsi0-0-0-1"/>
|
||||
<address type="drive" controller="0" bus="0" target="0" unit="1"/>
|
||||
</disk>
|
||||
<controller type="usb" index="0" model="qemu-xhci" ports="15">
|
||||
<address type="pci" domain="0x0000" bus="0x02" slot="0x00" function="0x0"/>
|
||||
</controller>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue