fixed bad format of extraArgs for disko config
This commit is contained in:
parent
883e9c24b1
commit
a6e9541761
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
lvs = {
|
lvs = {
|
||||||
root = {
|
root = {
|
||||||
type = "lvm_lv";
|
type = "lvm_lv";
|
||||||
extraArgs = "--label nixroot";
|
extraArgs = ["--label nixroot"];
|
||||||
size = "128G";
|
size = "128G";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
type = "lvm_lv";
|
type = "lvm_lv";
|
||||||
extraArgs = "--label nixhome";
|
extraArgs = ["--label nixhome"];
|
||||||
size = "25G";
|
size = "25G";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue