Fix disko type
This commit is contained in:
parent
a5eb89cdb8
commit
50a3536007
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
type = "disk";
|
||||
device = "/dev/nvme0n1";
|
||||
content = {
|
||||
format = "gpt";
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
BOOT = {
|
||||
priority = 1;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
type = "disk";
|
||||
device = "/dev/nvme0n1";
|
||||
content = {
|
||||
format = "gpt";
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
BOOT = {
|
||||
priority = 1;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
type = "disk";
|
||||
device = "/dev/nvme0n1";
|
||||
content = {
|
||||
format = "gpt";
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
BOOT = {
|
||||
priority = 1;
|
||||
|
|
Loading…
Reference in a new issue