mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 11:35:37 +03:00
nixos/couchdb: /var/run -> /run
This commit is contained in:
parent
66fb3aa1be
commit
651f05c47c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue