diff --git a/os/hcloud/configuration.nix b/os/hcloud/configuration.nix index be0bc13..4aa109a 100644 --- a/os/hcloud/configuration.nix +++ b/os/hcloud/configuration.nix @@ -15,4 +15,5 @@ disko: { inputs, modulesPath, ... }: boot.initrd.kernelModules = [ "nvme" ]; boot.tmp.cleanOnBoot = true; + boot.growPartition = true; }