Skip to content

Commit 0dd49a8

Browse files
committed
hcloud: enable growPartition = true
1 parent 25a95d3 commit 0dd49a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiles/hardware/hcloud.nix

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
};
2222
boot.kernelPackages = pkgs.linuxPackages_latest;
2323
boot.tmp.cleanOnBoot = true;
24+
boot.growPartition = true;
2425
zramSwap.enable = true;
2526
networking.hostName = hostName;
2627
services.openssh.enable = true;

0 commit comments

Comments
 (0)