1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00
home-manager/tests/modules/programs/irsii
Rodney Lorrimar afb5fd962c
irssi: add ssl_cert option for servers (#2043)
* irssi: add ssl_cert option for servers

I was following these instructions
https://www.oftc.net/NickServ/CertFP/
and found that the `/server add -ssl_cert` option was needed.

This patch therefore adds an optional
`programs.irssi.networks.<name>.server.ssl.certificateFile` path.

Perhaps this could also be done with a `settings` attribute, but that
would probably require most of this module to be reworked.

* irsii: Add example-settings test case
2021-06-06 15:31:25 -06:00
..
default.nix irssi: add ssl_cert option for servers (#2043) 2021-06-06 15:31:25 -06:00
example-settings-expected.config irssi: add ssl_cert option for servers (#2043) 2021-06-06 15:31:25 -06:00
example-settings.nix irssi: add ssl_cert option for servers (#2043) 2021-06-06 15:31:25 -06:00