From 1018610252ccc99a4f706fc1a5aee9374665ee1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sat, 10 Jan 2026 12:18:23 +0100 Subject: [PATCH] Mail config --- templates/nix-config/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/nix-config/configuration.nix b/templates/nix-config/configuration.nix index a5ebd5b..053e3a8 100644 --- a/templates/nix-config/configuration.nix +++ b/templates/nix-config/configuration.nix @@ -15,6 +15,9 @@ # ./pcie-coral/coral.nix ]; + # Enable email notifications + email.enable = true; + # Hardware settings hardware.enableRedistributableFirmware = true; hardware.cpu.intel.updateMicrocode = true; @@ -41,6 +44,7 @@ boot.initrd.systemd.enable = true; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.swraid.mdadmConf = "MAILADDR ${config.email.toAddress}"; # boot.initrd.systemd.tpm2.enable = true; # TPM2 PCR check