Skip to content

Commit

Permalink
fix: use right disk id for chnum
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jan 30, 2024
1 parent 277a9a7 commit e3e2498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktops/chnum/disko.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
disk = {
disk1 = {
type = "disk";
device = "/dev/disk/by-id/";
device = "/dev/disk/by-id/ata-TOSHIBA_THNSNH512GCST_14DS100ATBAY";

content = {
type = "gpt";
Expand Down

0 comments on commit e3e2498

Please sign in to comment.