update btrfs

This commit is contained in:
Primrose 2025-06-29 20:01:02 +02:00
parent 1fddc7c389
commit 939abc56da
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -27,21 +27,8 @@
extraOpenArgs = [];
settings.allowDiscards = true;
content = {
type = "lvm_pv";
vg = "pool";
};
};
};
};
};
};
};
# Use LVM to create a partition for swap
lvm_vg = {
pool = {
type = "lvm_vg";
lvs = {
type = "gpt";
partitions = {
# Set swap device as resume device
swap = {
size = "4G";
@ -89,4 +76,9 @@
};
};
};
};
};
};
};
};
}