mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
mauville/disko: fix disk names
This commit is contained in:
parent
03f1092599
commit
6aa5b54e37
|
@ -3,7 +3,7 @@
|
||||||
disk = {
|
disk = {
|
||||||
media = {
|
media = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/sda1";
|
device = "/dev/sda";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
archive = {
|
archive = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/sda2";
|
device = "/dev/sdb";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
Loading…
Reference in a new issue