nixos/znc: remove trailing slash from dataDir

This commit is contained in:
Robert Schütz 2021-05-08 22:36:30 +02:00
parent 4400ee83ec
commit 5986f233a6
1 changed files with 2 additions and 2 deletions

View File

@ -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