ceres: enable zramswap
Eelco Dolstra committed
Feb 19, 2022 at 14:58 UTC
26ce75361143afe8cc949935b312251a4dea5b7b
1 file changed
+2
delft/ceres.nix
+2
@@ -46,6 +46,8 @@
46
firewall.logRefusedConnections = true;
47
};
48
49
+ zramSwap.enable = true;
50
+
51
services.hydra-dev.dbi = "dbi:Pg:dbname=hydra;host=10.254.1.9;user=hydra;";
52
#systemd.services.hydra-init.wants = [ "sys-devices-virtual-net-wg0.device" ];
53