hosts/samhain: Made excess into a dedicated games drive for the VM

This commit is contained in:
kat witch 2021-03-27 01:53:06 +00:00
parent 09da795099
commit c95ad7cead
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 8 additions and 5 deletions

View file

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

View file

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