diff --git a/common/server/mailserver.nix b/common/server/mailserver.nix index d1f47d1..73c9253 100644 --- a/common/server/mailserver.nix +++ b/common/server/mailserver.nix @@ -56,6 +56,12 @@ in "damon@runyan.org" "jonas@runyan.org" ]; + forwards = { + "amazon@runyan.org" = [ + "jeremy@runyan.org" + "cris@runyan.org" + ]; + }; certificateScheme = 3; # use let's encrypt for certs }; age.secrets.hashed-email-pw.file = ../../secrets/hashed-email-pw.age; diff --git a/flake.lock b/flake.lock index 3e5f054..be3e63a 100644 --- a/flake.lock +++ b/flake.lock @@ -218,7 +218,7 @@ "nixpkgs-hostapd-pr": { "flake": false, "locked": { - "narHash": "sha256-1rGQKcB1jeRPc1n021ulyOVkA6L6xmNYKmeqQ94+iRc=", + "narHash": "sha256-35+g1EJMcDFhb3UP15fyR1aD4AX1ifz2EqaYItITZ7U=", "type": "file", "url": "https://github.com/NixOS/nixpkgs/pull/222536.patch" },