diff options
author | tv <tv@shackspace.de> | 2015-07-19 11:18:15 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-19 11:18:15 +0200 |
commit | 5c52fb9e917e2d6503e37fddcc33271e5238d02a (patch) | |
tree | c109e79f39e87c9a190c9bbc351bcd51fb2e747f /2configs/lass/ircd.nix | |
parent | f60da30b80ccd6eed32cff277b3d4c84ce12b25d (diff) | |
parent | 70711515910f5627262f0da0270ab76024811c20 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to '2configs/lass/ircd.nix')
-rw-r--r-- | 2configs/lass/ircd.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2configs/lass/ircd.nix b/2configs/lass/ircd.nix index c57f7dd5c..f71b769fd 100644 --- a/2configs/lass/ircd.nix +++ b/2configs/lass/ircd.nix @@ -83,6 +83,10 @@ channel_target_change = yes; disable_local_channels = no; }; + general { + #maybe we want ident someday? + disable_auth = yes; + }; ''; }; } |