From 147181f0acec60fc73a54990d5692a5354002b14 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Mar 2023 09:56:52 -0300 Subject: etc/nix/configuration.nix: Configure postfix to redirect local emails to euandre.org --- etc/nix/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 5e238bf..05970ad 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -73,11 +73,18 @@ services = { upower.enable = true; - postfix.enable = true; fprintd.enable = true; blueman.enable = true; pcscd.enable = true; + postfix = { + enable = true; + extraAliases = '' + root: andreh + andreh: eu@euandre.org + ''; + }; + openssh = { enable = true; settings = { -- cgit v1.2.3