diff --git a/hosts/talos/disko-config.nix b/hosts/talos/disko-config.nix index 9f9ae7b..71d7c81 100644 --- a/hosts/talos/disko-config.nix +++ b/hosts/talos/disko-config.nix @@ -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";