hosts: nixos: porthos: boot: use '/dev/disk/by-id'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Somehow `/dev/sda` and `/dev/sdb` switched around, so use a more stable
path.
This commit is contained in:
Bruno BELANYI 2023-07-23 22:02:06 +02:00
parent 5efcbcce1c
commit 2b628fb0d6

View file

@ -7,7 +7,7 @@
loader.grub = { loader.grub = {
enable = true; enable = true;
# Define on which hard drive you want to install Grub. # Define on which hard drive you want to install Grub.
device = "/dev/sda"; device = "/dev/disk/by-id/ata-HGST_HUS724020ALA640_PN2181P6J58M1P";
}; };
initrd = { initrd = {