Skip to content
Snippets Groups Projects
Commit ac76cf6a authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Use the existing swap partition

parent 8a9763f6
No related branches found
No related tags found
2 merge requests!469update production,!437Fix the swap configuration for hro-cloud and matches production
Pipeline #5608 failed
...@@ -7,9 +7,7 @@ ...@@ -7,9 +7,7 @@
fileSystems."/" = { device = "/dev/sda3"; fsType = "ext4"; }; fileSystems."/" = { device = "/dev/sda3"; fsType = "ext4"; };
swapDevices = [ { swapDevices = [ {
device = "/var/swapfile"; device = "/dev/sda2";
size = 4096; # megabytes
randomEncryption = true;
} ]; } ];
# Break the tie between AWS and morph for the hostname by forcing the # Break the tie between AWS and morph for the hostname by forcing the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment