From 68a379bb341616965f82ffe199a59884a290d79d Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 27 Dec 2024 00:43:28 +0100 Subject: [PATCH] machine/newton: increase root-lv to 150 from 125 --- machines/newton/disko-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/newton/disko-config.nix b/machines/newton/disko-config.nix index af30382..bff79b8 100644 --- a/machines/newton/disko-config.nix +++ b/machines/newton/disko-config.nix @@ -43,7 +43,7 @@ type = "lvm_vg"; lvs = { root = { - size = "125G"; + size = "150G"; content = { type = "filesystem"; format = "ext4";