From 71d799a77956edb411d0273cb57af3cb329df09b Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 10 Jan 2025 15:19:20 +0100 Subject: [PATCH] fix typo --- systems/hetzner/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/hetzner/default.nix b/systems/hetzner/default.nix index 4055447..d6b9508 100644 --- a/systems/hetzner/default.nix +++ b/systems/hetzner/default.nix @@ -111,7 +111,7 @@ in enable = true; streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1; localDomain = "nyan.social"; - smtp.fromAddress = "mastodon@nyan.social" + smtp.fromAddress = "mastodon@nyan.social"; }; }; };