nixos/codimd: /var/run -> /run

This commit is contained in:
Bob van der Linden
2019-03-24 21:15:31 +01:00
parent 60481ba3fd
commit bde23ec9a3
+1 -1
View File
@@ -67,7 +67,7 @@ in
path = mkOption {
type = types.nullOr types.str;
default = null;
example = "/var/run/codimd.sock";
example = "/run/codimd.sock";
description = ''
Specify where a UNIX domain socket should be placed.
'';