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