fixed bad format of extraArgs for disko config

This commit is contained in:
Steven 2023-03-25 21:33:40 -04:00
parent 883e9c24b1
commit a6e9541761

View file

@ -59,7 +59,7 @@
lvs = {
root = {
type = "lvm_lv";
extraArgs = "--label nixroot";
extraArgs = ["--label nixroot"];
size = "128G";
content = {
type = "filesystem";
@ -72,7 +72,7 @@
};
home = {
type = "lvm_lv";
extraArgs = "--label nixhome";
extraArgs = ["--label nixhome"];
size = "25G";
content = {
type = "filesystem";