Mailman: Difference between revisions
imported>Benley Add most of the procedure to get it working |
imported>Benley Make editing configuration.nix a deployment step |
||
| Line 10: | Line 10: | ||
* letsencrypt to acquire TLS certificates for nginx | * letsencrypt to acquire TLS certificates for nginx | ||
==== configuration.nix | === Deployment steps === | ||
* Edit <code>/etc/nixos/configuration.nix</code> and add this stuff: | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
{ config, pkgs, ... }: | { config, pkgs, ... }: | ||
| Line 91: | Line 93: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* Install and start the services: | * Install and start the services: | ||