From 76f65be34d7ff39049b1ab666d0713815ce5766f Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 4 Dec 2024 23:14:03 -0500 Subject: [PATCH] hestia: remove 1tb hdd (died) --- hosts/hestia/disks.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hosts/hestia/disks.nix b/hosts/hestia/disks.nix index 2bf5ecc..aca6d58 100644 --- a/hosts/hestia/disks.nix +++ b/hosts/hestia/disks.nix @@ -8,11 +8,10 @@ with lib.our.disko; disko.devices = { nodev."/" = mkTmpfs "2G"; disk = { - hdd1 = mkDisk "wwn-0x5000c50015bda593" { + main = mkDisk "usb-_USB_DISK_62859665-0:0" { partitions = { boot = mkESP "64M" "/boot/efi"; - store = mkBtrfsPartEndAt "238400M" "/media/store" { - # 1/4th of 1000GB/931.5GiB + store = mkBtrfsPart "100%" "/media/store" { subvolumes = mkBtrfsSubvols { "/boot" = { }; "/etc/ssh" = { }; @@ -20,11 +19,10 @@ with lib.our.disko; "/nix" = { }; }; }; - zfs = mkZPart "100%" "tank"; }; }; - hdd2 = mkZDisk "wwn-0x5000cca215d2481a" "tank"; - hdd3 = mkZDisk "wwn-0x5000cca215d24629" "tank"; + hdd1 = mkZDisk "wwn-0x5000cca215d2481a" "tank"; + hdd2 = mkZDisk "wwn-0x5000cca215d24629" "tank"; }; zpool = mkZPools {