nixos/couchdb: /var/run -> /run
This commit is contained in:
parent
66fb3aa1be
commit
651f05c47c
@ -85,7 +85,7 @@ in {
|
|||||||
|
|
||||||
uriFile = mkOption {
|
uriFile = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/var/run/couchdb/couchdb.uri";
|
default = "/run/couchdb/couchdb.uri";
|
||||||
description = ''
|
description = ''
|
||||||
This file contains the full URI that can be used to access this
|
This file contains the full URI that can be used to access this
|
||||||
instance of CouchDB. It is used to help discover the port CouchDB is
|
instance of CouchDB. It is used to help discover the port CouchDB is
|
||||||
|
Loading…
Reference in New Issue
Block a user