diff --git a/hosts/ess-helm/disks.sh b/hosts/ess-helm/disks.sh index 5e06bc8..88814b1 100644 --- a/hosts/ess-helm/disks.sh +++ b/hosts/ess-helm/disks.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -SSD='/dev/disk/by-id/FIXME' +SSD='/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_116314040' MNT='/mnt' -SWAP_GB=4 +SWAP_GB=1 # Helper function to wait for devices wait_for_device() {