hestia: remove 1tb hdd (died)

This commit is contained in:
Infinidoge 2024-12-04 23:14:03 -05:00
parent ef086f1540
commit 76f65be34d
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -8,11 +8,10 @@ with lib.our.disko;
disko.devices = { disko.devices = {
nodev."/" = mkTmpfs "2G"; nodev."/" = mkTmpfs "2G";
disk = { disk = {
hdd1 = mkDisk "wwn-0x5000c50015bda593" { main = mkDisk "usb-_USB_DISK_62859665-0:0" {
partitions = { partitions = {
boot = mkESP "64M" "/boot/efi"; boot = mkESP "64M" "/boot/efi";
store = mkBtrfsPartEndAt "238400M" "/media/store" { store = mkBtrfsPart "100%" "/media/store" {
# 1/4th of 1000GB/931.5GiB
subvolumes = mkBtrfsSubvols { subvolumes = mkBtrfsSubvols {
"/boot" = { }; "/boot" = { };
"/etc/ssh" = { }; "/etc/ssh" = { };
@ -20,11 +19,10 @@ with lib.our.disko;
"/nix" = { }; "/nix" = { };
}; };
}; };
zfs = mkZPart "100%" "tank";
}; };
}; };
hdd2 = mkZDisk "wwn-0x5000cca215d2481a" "tank"; hdd1 = mkZDisk "wwn-0x5000cca215d2481a" "tank";
hdd3 = mkZDisk "wwn-0x5000cca215d24629" "tank"; hdd2 = mkZDisk "wwn-0x5000cca215d24629" "tank";
}; };
zpool = mkZPools { zpool = mkZPools {