1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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;