summary refs log tree commit diff
path: root/nixos/modules/services/logging/journalwatch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/logging/journalwatch.nix')
-rw-r--r--nixos/modules/services/logging/journalwatch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/logging/journalwatch.nix b/nixos/modules/services/logging/journalwatch.nix
index d49795fe2b7..adabc645914 100644
--- a/nixos/modules/services/logging/journalwatch.nix
+++ b/nixos/modules/services/logging/journalwatch.nix
@@ -197,7 +197,7 @@ in {
 
   config = mkIf cfg.enable {
 
-    users.extraUsers.${user} = {
+    users.users.${user} = {
       isSystemUser = true;
       createHome = true;
       home = dataDir;