@cryptotaxi247 / infra-1 / commits / 5e76ec13

Enable Hydra debug symbols

Eelco Dolstra committed Nov 28, 2015 at 17:10 UTC 5e76ec1334f094d9782c20b71bc9c6aeb845737e
1 file changed +2
delft/common.nix
+2
@@ -113,4 +113,6 @@ with pkgs.lib;
113 # that may cause services writing to the journal to fail until
114 # they're restarted.
115 systemd.services.systemd-journald.serviceConfig.WatchdogSec = 0;
116 +
117 + environment.enableDebugInfo = true;
118 }