nixos/znc: remove trailing slash from dataDir
This commit is contained in:
parent
4400ee83ec
commit
5986f233a6
|
@ -103,8 +103,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
dataDir = mkOption {
|
dataDir = mkOption {
|
||||||
default = "/var/lib/znc/";
|
default = "/var/lib/znc";
|
||||||
example = "/home/john/.znc/";
|
example = "/home/john/.znc";
|
||||||
type = types.path;
|
type = types.path;
|
||||||
description = ''
|
description = ''
|
||||||
The state directory for ZNC. The config and the modules will be linked
|
The state directory for ZNC. The config and the modules will be linked
|
||||||
|
|
Loading…
Reference in New Issue