glotzbert: use dev disk by

This commit is contained in:
Sandro - 2023-05-20 04:06:05 +02:00
parent 314cd5c786
commit 226af82ffb
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
}; };
disko.disks = [ { disko.disks = [ {
device = "/dev/sda"; device = "/dev/disk/by-id/ata-SSD0240S00_20201124BC41037";
name = ""; name = ""; # empty because disk was formatted before the naming convention
withCeph = false; withCeph = false;
withLuks = false; withLuks = false;
} ]; } ];