summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorThibault Gagnaux <thibault@gagnaux.ch>2020-08-31 13:07:06 +0200
committerThibault Gagnaux <thibault@gagnaux.ch>2020-08-31 13:07:06 +0200
commit1dbe3b71e334d4cf75e603e75e3f7ef40d973d91 (patch)
treefbda10aa98028464b19474bc1dc046c0911ce205 /modules
parent798fc52d126e975c91dc0f2dcd090a41d4e052c2 (diff)
Disable StandardOutPath by default and refactor test to using plutil
Diffstat (limited to 'modules')
-rw-r--r--modules/services/lorri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix
index a52c919..354bcf4 100644
--- a/modules/services/lorri.nix
+++ b/modules/services/lorri.nix
@@ -16,7 +16,7 @@ in
logFile = mkOption {
type = types.nullOr types.path;
- default = "/var/tmp/lorri.log";
+ default = null;
example = "/var/tmp/lorri.log";
description = ''
The logfile to use for the lorri service. Alternatively