feat/nix #3
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
additionalKeyFiles = [];
|
additionalKeyFiles = [];
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "pool";
|
vg = "zephyrus_vg";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
lvm_vg = {
|
lvm_vg = {
|
||||||
pool = {
|
zephyrus_vg = {
|
||||||
type = "lvm_vg";
|
type = "lvm_vg";
|
||||||
lvs = {
|
lvs = {
|
||||||
swap = {
|
swap = {
|
||||||
|
|
Loading…
Reference in a new issue