mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Use Disk By ID, not sequence (There is no 1 on that machine?)
This commit is contained in:
parent
947e66815d
commit
24d29781ee
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
disk = {
|
||||
main = {
|
||||
type = "disk";
|
||||
device = "/dev/disk/by-diskseq/1";
|
||||
device = "/dev/disk/by-id/ata-M.2_C100_256GB_2052L1025600641";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue