mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
nixos/znc: remove trailing slash from dataDir
This commit is contained in:
parent
4400ee83ec
commit
5986f233a6
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ in
|
|||
};
|
||||
|
||||
dataDir = mkOption {
|
||||
default = "/var/lib/znc/";
|
||||
example = "/home/john/.znc/";
|
||||
default = "/var/lib/znc";
|
||||
example = "/home/john/.znc";
|
||||
type = types.path;
|
||||
description = ''
|
||||
The state directory for ZNC. The config and the modules will be linked
|
||||
|
|
Loading…
Reference in a new issue