# SPDX-FileCopyrightText: V # SPDX-License-Identifier: OSL-3.0 { pkgs, ... }: { services.postfix = { # Disable delivery to local users localRecipients = []; # Forward administrative mail to vityaz postmasterAlias = "postmaster@unfathomable.blue"; }; }