use sda as disk
This commit is contained in:
parent
fc430f3056
commit
25e90edab8
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ in
|
||||||
disk = {
|
disk = {
|
||||||
main = {
|
main = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/disk/by-id/wwn-0x502b2a201d1c1b1a";
|
device = "/dev/sda";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
Loading…
Reference in a new issue