Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Oct 12, 2018
1 parent 3dcbbc3 commit ef96c0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/new-modules/servers/znc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ in

services.znc = {
enable = true;
useLegacyConfig = false;
openFirewall = true;
mutable = false;
modulePackages = with pkgs.zncModules; [
playback
backlog
push
];
config = {
LoadModule = [ "playback" ];
Listener.l = {
Port = 5000;
IPv4 = true;
IPv6 = true;
SSL = true;
};
User.${cfg.defaultNick} = {
Admin = mkDefault true;
LoadModule = [ "push" ];
Expand Down
2 changes: 1 addition & 1 deletion external/nixpkgs

0 comments on commit ef96c0f

Please sign in to comment.