diff --git a/nix/module.nix b/nix/module.nix index e33c01d..30a336a 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -28,7 +28,7 @@ in { Example: { - logFile = /home/user/outage-detector.log;"; + logFile = "/home/user/outage-detector.log"; host = "1.1.1.1"; timeout = 2; };