nixos/znc: remove trailing slash from dataDir

master
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 {
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