diff options
Diffstat (limited to 'ops/modules/tvl-sso/default.nix')
-rw-r--r-- | ops/modules/tvl-sso/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ops/modules/tvl-sso/default.nix b/ops/modules/tvl-sso/default.nix index 8e33c708b7f3..d026c1e7c9ad 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 = {}; }; } |