nixos/znc: Fix confOptions.uriPrefix not being applied

This was overlooked on a rebase of mine on master, when I didn't realize
that in the time of me writing the znc changes this new option got
introduced.
This commit is contained in:
Silvan Mosberger 2018-10-20 20:56:30 +02:00
parent 039fc37f9c
commit 1fa1bcbab0
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -239,6 +239,7 @@ in
IPv4 = mkDefault true;
IPv6 = mkDefault true;
SSL = mkDefault c.useSSL;
URIPrefix = c.uriPrefix;
};
User.${c.userName} = {
Admin = mkDefault true;