about summary refs log tree commit diff
path: root/ops/modules/tvl-sso/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/tvl-sso/default.nix')
-rw-r--r--ops/modules/tvl-sso/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/ops/modules/tvl-sso/default.nix b/ops/modules/tvl-sso/default.nix
index 8e33c708b7..d026c1e7c9 100644
--- a/ops/modules/tvl-sso/default.nix
+++ b/ops/modules/tvl-sso/default.nix
@@ -18,7 +18,10 @@ in {
         Restart = "always";
       };
     };
-    users.users.apereo-cas = {};
+    users.users.apereo-cas = {
+      isSystemUser = true;
+      group = "apereo-cas";
+    };
     users.groups.apereo-cas = {};
   };
 }