Skip to content
Snippets Groups Projects
Commit 68f7aee4 authored by Florian Sesser's avatar Florian Sesser
Browse files

1G is 1024M, fix typo/braino

parent 5591f2f4
No related branches found
No related tags found
3 merge requests!548update production,!544update production,!542Save some disk space on VMs
Pipeline #6471 failed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
boot.kernel.sysctl = { "vm.swappiness" = 1; }; boot.kernel.sysctl = { "vm.swappiness" = 1; };
swapDevices = [ { swapDevices = [ {
device = "/var/swapfile"; device = "/var/swapfile";
size = 1028; # megabytes size = 1024; # megabytes
randomEncryption = true; randomEncryption = true;
} ]; } ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment