From d0a05983e1c8cf610d9799ddb80a671bb26e02c5 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 May 2024 02:34:41 -0400 Subject: [PATCH] global/security: add smtp group for smtp password file --- modules/global/security.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/global/security.nix b/modules/global/security.nix index b966db5..5d07a80 100644 --- a/modules/global/security.nix +++ b/modules/global/security.nix @@ -84,6 +84,9 @@ with lib; }; }; + # For permission to access smtp password + users.groups.smtp = { }; + common = rec { domain = "inx.moe"; subdomain = subdomain: "${subdomain}.${domain}";