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