mauville/disko: fix disk names

This commit is contained in:
Aly Raffauf 2024-07-16 21:19:53 -04:00
parent 03f1092599
commit 6aa5b54e37

View file

@ -3,7 +3,7 @@
disk = {
media = {
type = "disk";
device = "/dev/sda1";
device = "/dev/sda";
content = {
type = "gpt";
partitions = {
@ -22,7 +22,7 @@
archive = {
type = "disk";
device = "/dev/sda2";
device = "/dev/sdb";
content = {
type = "gpt";
partitions = {