From 752362fc8bf8d0b12ec2e10fbd8082d8cfa11097 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 13 Mar 2024 14:37:40 +0100 Subject: [PATCH] talos: make room in partition table --- hosts/talos/disko-config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";