We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a95d3 commit 0dd49a8Copy full SHA for 0dd49a8
profiles/hardware/hcloud.nix
@@ -21,6 +21,7 @@
21
};
22
boot.kernelPackages = pkgs.linuxPackages_latest;
23
boot.tmp.cleanOnBoot = true;
24
+ boot.growPartition = true;
25
zramSwap.enable = true;
26
networking.hostName = hostName;
27
services.openssh.enable = true;
0 commit comments