nixos/znc: remove trailing slash from dataDir

Changed files
+2 -2
nixos
modules
services
networking
+2 -2
nixos/modules/services/networking/znc/default.nix
···
};
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