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

This commit is contained in:
Bob van der Linden
2018-12-19 22:41:59 +01:00
parent 60481ba3fd
commit bde23ec9a3

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.
'';