Fix drive names
This commit is contained in:
parent
09457c8055
commit
68bc8d9810
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
disk = {
|
||||
one = {
|
||||
type = "disk";
|
||||
device = "/dev/sda";
|
||||
device = "/dev/nvme0n1";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
two = {
|
||||
type = "disk";
|
||||
device = "/dev/sdb";
|
||||
device = "/dev/nvme0n1";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
|
Loading…
Reference in a new issue