From 1608428cdb06bda20ace412cddbcebf865cab376 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 13 Jun 2025 09:40:06 +0200 Subject: [PATCH] Remove $ from mail --- git_system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git_system.nix b/git_system.nix index cbea9e0..34b1c3d 100644 --- a/git_system.nix +++ b/git_system.nix @@ -61,8 +61,8 @@ in ENABLED = true; SMTP_ADDR = "80.151.91.109"; SMTP_PORT = 25; - FROM = "noreply@$ptspaper.de"; - USER = "noreply@$ptspaper.de"; + FROM = "noreply@ptspaper.de"; + USER = "noreply@ptspaper.de"; }; }; dump = {