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:
parent
039fc37f9c
commit
1fa1bcbab0
@ -239,6 +239,7 @@ in
|
|||||||
IPv4 = mkDefault true;
|
IPv4 = mkDefault true;
|
||||||
IPv6 = mkDefault true;
|
IPv6 = mkDefault true;
|
||||||
SSL = mkDefault c.useSSL;
|
SSL = mkDefault c.useSSL;
|
||||||
|
URIPrefix = c.uriPrefix;
|
||||||
};
|
};
|
||||||
User.${c.userName} = {
|
User.${c.userName} = {
|
||||||
Admin = mkDefault true;
|
Admin = mkDefault true;
|
||||||
|
Loading…
Reference in New Issue
Block a user