talos: make room in partition table
This commit is contained in:
parent
9f7ed34392
commit
752362fc8b
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue