From 3b6c8e83baf9dd20a385834ba8c0875d902dfac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20I=C8=99an?= Date: Thu, 19 Feb 2026 18:44:58 +0100 Subject: [PATCH] palantir: resized lvs --- disko/palantir/lvm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disko/palantir/lvm.nix b/disko/palantir/lvm.nix index bed2717..1e997a7 100644 --- a/disko/palantir/lvm.nix +++ b/disko/palantir/lvm.nix @@ -69,7 +69,7 @@ in }; nix = { - size = "50G"; + size = "100G"; content = { type = "filesystem"; format = "ext4"; @@ -78,7 +78,7 @@ in }; games = { - size = "100%FREE"; + size = "200G"; content = { type = "filesystem"; format = "ext4";