summary refs log tree commit diff
path: root/nixos/modules/services/mail/mailhog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/mail/mailhog.nix')
-rw-r--r--nixos/modules/services/mail/mailhog.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/mail/mailhog.nix b/nixos/modules/services/mail/mailhog.nix
index b78f4c8e0e6..0f998c6d0ea 100644
--- a/nixos/modules/services/mail/mailhog.nix
+++ b/nixos/modules/services/mail/mailhog.nix
@@ -27,6 +27,7 @@ in {
     users.users.mailhog = {
       name = cfg.user;
       description = "MailHog service user";
+      isSystemUser = true;
     };
 
     systemd.services.mailhog = {