talos: make room in partition table

This commit is contained in:
Antoine Martin 2024-03-13 14:37:40 +01:00
parent 9f7ed34392
commit 752362fc8b

View file

@ -20,7 +20,7 @@
};
};
luks = {
size = "100%";
size = "60%";
content = {
type = "luks";
name = "crypted";
@ -51,6 +51,7 @@
mountpoint = "/persist";
mountOptions = ["compress=zstd" "noatime"];
};
"@snapshots" = {};
"@swap" = {
mountpoint = "/.swapvol";
swap.swapfile.size = "8G";