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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/mailhog.nix b/nixos/modules/services/mail/mailhog.nix
index 206fb50d31a2..b78f4c8e0e66 100644
--- a/nixos/modules/services/mail/mailhog.nix
+++ b/nixos/modules/services/mail/mailhog.nix
@@ -24,7 +24,7 @@ in {
 
   config = mkIf cfg.enable {
 
-    users.extraUsers.mailhog = {
+    users.users.mailhog = {
       name = cfg.user;
       description = "MailHog service user";
     };