From 15ce7680a6e0156bf2b9432670cf271bab82923b Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 15 Sep 2024 13:04:11 -0500 Subject: [PATCH] switched boot disk to using path for defiant --- hosts/defiant/disko-config.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/hosts/defiant/disko-config.nix b/hosts/defiant/disko-config.nix index 7fd2427..10ec163 100644 --- a/hosts/defiant/disko-config.nix +++ b/hosts/defiant/disko-config.nix @@ -20,14 +20,6 @@ let mountpoint = "/boot"; }; }; - # root = { - # size = "100%"; - # content = { - # type = "filesystem"; - # format = "ext4"; - # mountpoint = "/"; - # }; - # }; }; }; }; @@ -50,7 +42,7 @@ let in { disko.devices = { disk = { - boot = bootDisk "/dev/sda"; # "/dev/disk/by-path/pci-0000:23:00.3-usb-0:1:1.0-scsi-0:0:0:0"; + boot = bootDisk "/dev/disk/by-path/pci-0000:23:00.3-usb-0:1:1.0-scsi-0:0:0:0"; hd_13_tb_a = zfsDisk "/dev/disk/by-id/ata-ST18000NE000-3G6101_ZVTCXVEB"; hd_13_tb_b = zfsDisk "/dev/disk/by-id/ata-ST18000NE000-3G6101_ZVTCXWSC";