removed labels from disko config
This commit is contained in:
parent
01d512323a
commit
e045cae920
1 changed files with 0 additions and 2 deletions
|
|
@ -58,7 +58,6 @@
|
||||||
lvs = {
|
lvs = {
|
||||||
root = {
|
root = {
|
||||||
type = "lvm_lv";
|
type = "lvm_lv";
|
||||||
extraArgs = ["--label nixroot"];
|
|
||||||
size = "128G";
|
size = "128G";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
|
@ -71,7 +70,6 @@
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
type = "lvm_lv";
|
type = "lvm_lv";
|
||||||
extraArgs = ["--label nixhome"];
|
|
||||||
size = "25G";
|
size = "25G";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue