mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 20:33:55 -05:00
mauville/disko: fix disk names
This commit is contained in:
parent
03f1092599
commit
6aa5b54e37
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue