os/hosts/flora-6
teutat3s 206eaf97ad
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
flora-6: use renamed openssh settings
trace: warning: The option `services.openssh.permitRootLogin' defined in `/nix/store/ha98lp4l8ccspyfn5liq0k9ds3cs20zl-source/hosts/flora-6/flora-6.nix' has been renamed to `services.openssh.settings.PermitRootLogin'.
trace: warning: The option `services.openssh.passwordAuthentication' defined in `/nix/store/ha98lp4l8ccspyfn5liq0k9ds3cs20zl-source/hosts/flora-6/flora-6.nix' has been renamed to `services.openssh.settings.PasswordAuthentication'.
2023-07-02 17:12:55 +02:00
..
caddy.nix flora-6: init owncast 2023-05-13 16:50:58 +02:00
default.nix Apply treefmt 2023-01-28 23:51:33 +01:00
drone.nix drone: ensure docker starts before trying to 2023-02-25 17:58:48 +01:00
flora-6.nix flora-6: use renamed openssh settings 2023-07-02 17:12:55 +02:00
gitea.nix gitea: use renamed options in gitea.settings.server 2023-05-14 15:22:54 +02:00
hardware-configuration.nix Apply treefmt 2023-01-28 23:51:33 +01:00
keycloak.nix Apply treefmt 2023-01-28 23:51:33 +01:00
mailman.nix mailman: trigger postfix reload when caddy renews 2023-02-25 18:21:53 +01:00
owncast.nix flora-6: init owncast 2023-05-13 16:50:58 +02:00
README.md flora-6: init mailman with NixOS module 2023-02-25 15:55:44 +01:00
triton-vmtools.nix Apply treefmt 2023-01-28 23:51:33 +01:00

Mailman on NixOS docs

  • add reverse DNS record for IP

Manual setup done for mailman, adapted from https://nixos.wiki/wiki/Mailman:

# Add DNS records in infra repo using terraform:
# https://git.pub.solar/pub-solar/infra/commit/db234cdb5b55758a3d74387ada0760e06e166b9d

# Generate initial postfix_domains.db and postfix_lmtp.db databases for Postfix
sudo -u mailman mailman aliases
# Create a django superuser account
sudo -u mailman-web mailman-web createsuperuser
# Followed outlined steps in web UI