From 2c610570bc60c2a3d4e3e923ce39031571afecae Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Tue, 4 Feb 2025 03:59:25 +0100 Subject: [PATCH] Grow nix store + persistent partition at boot --- systems/template/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/template/configuration.nix b/systems/template/configuration.nix index 62fb46b..d0cb916 100644 --- a/systems/template/configuration.nix +++ b/systems/template/configuration.nix @@ -73,6 +73,8 @@ cloud_final_modules: [] datasource_list: - NoCloud + growpart: + devices: ['/dev/sda2'] ''; };