1
0
Fork 0
mirror of https://github.com/tboerger/nixos-config synced 2024-05-05 01:56:05 +02:00

fix: use right disk id for chnum

This commit is contained in:
Thomas Boerger 2024-01-30 16:06:46 +01:00
parent 277a9a7471
commit e3e249802b
No known key found for this signature in database
GPG Key ID: F630596501026DB5

View File

@ -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";