@cryptotaxi247 / infra-1 / commits / 18e90021

Disable zram

Graham Christensen committed Feb 19, 2022 at 16:00 UTC 18e900217676ef8ec4c17ca20211922bda01374e
1 file changed +1 -1
delft/ceres.nix
+1 -1
@@ -46,7 +46,7 @@
46 firewall.logRefusedConnections = true;
47 };
48
49 - zramSwap.enable = true;
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" ];