diff --git a/machines/rubusidaeus/default.nix b/machines/rubusidaeus/default.nix index fb7cd15..8a56e0f 100644 --- a/machines/rubusidaeus/default.nix +++ b/machines/rubusidaeus/default.nix @@ -93,6 +93,12 @@ in { defaultGateway = ipv4_gateway; # should set this things through let... }; + # 2 gig of ram is not enough + swapDevices = [ { + device = "/var/lib/swapfile"; + size = 16*1024; + } ]; + # Semi-static configuration, needs rethinking services.nginx = { virtualHosts."iva.bz" = {