mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
nixos/codimd: /var/run -> /run
This commit is contained in:
parent
60481ba3fd
commit
bde23ec9a3
@ -67,7 +67,7 @@ in
|
|||||||
path = mkOption {
|
path = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
example = "/var/run/codimd.sock";
|
example = "/run/codimd.sock";
|
||||||
description = ''
|
description = ''
|
||||||
Specify where a UNIX domain socket should be placed.
|
Specify where a UNIX domain socket should be placed.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user