From 4ea5a0435f737eafa37072b7922ee93cfefd3180 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 14 Feb 2024 22:09:50 +0100 Subject: [PATCH] machine/newton: increase root-partition 100->125gb --- 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 ccd9ac9..04af7a4 100644 --- a/machines/newton/disko-config.nix +++ b/machines/newton/disko-config.nix @@ -45,7 +45,7 @@ type = "lvm_vg"; lvs = { root = { - size = "100G"; + size = "125G"; content = { type = "filesystem"; format = "ext4";