Fix disks id and netowork config

This commit is contained in:
aloslider
2026-04-12 17:50:35 +03:00
parent 6a3ff12527
commit 6ea769417b
3 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
))
];
disko.cfg.mainDevice = "/dev/vda";
disko.cfg.mainDevice = "/dev/disk/by-id/ata-AMD_R5M120G8_07092225C0040";
system.stateVersion = "26.05";
}