about summary refs log tree commit diff
path: root/nixos/modules/services/scheduling/marathon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/scheduling/marathon.nix')
-rw-r--r--nixos/modules/services/scheduling/marathon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/scheduling/marathon.nix b/nixos/modules/services/scheduling/marathon.nix
index 0961a67770e1..2e0d20c64b23 100644
--- a/nixos/modules/services/scheduling/marathon.nix
+++ b/nixos/modules/services/scheduling/marathon.nix
@@ -93,6 +93,6 @@ in {
       };
     };
 
-    users.users.${cfg.user} = { };
+    users.users.${cfg.user}.isSystemUser = true;
   };
 }