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