removed labels from disko config

This commit is contained in:
Steven 2023-03-25 21:45:52 -04:00
parent 01d512323a
commit e045cae920

View file

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