diff options
Diffstat (limited to 'ops/modules/clbot.nix')
-rw-r--r-- | ops/modules/clbot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/clbot.nix b/ops/modules/clbot.nix index ad33e25a4d54..71ff2fbc3288 100644 --- a/ops/modules/clbot.nix +++ b/ops/modules/clbot.nix @@ -66,7 +66,7 @@ in { users.clbot = { group = "clbot"; - isNormalUser = false; + isSystemUser = true; }; }; |