Skip to content

Fix passwfile update

Brian Olsen requested to merge griff/nixos-mailserver:user-update into master

Currently oneshot services are not re-run on NixOS activate and that meant that you needed to manually restart gen-passwd-file for new users to be available.

This commit removes the gen-passwd-file service and instead simply calls the same script in the dovecot2 preStart.

Merge request reports