diff options
author | lassulus <lassulus@lassul.us> | 2021-06-05 14:14:56 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-06-05 14:14:56 +0200 |
commit | 032341bd35c6e387b7e0e0600f74a9c45dacc159 (patch) | |
tree | 6946dc59578422370d1ea1fcc6532f1f5f457003 /krebs/2configs/reaktor2.nix | |
parent | b08f2002770c69caf2d02aafb74bf131a6a17573 (diff) |
reaktor2: isSystemUser
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 2823aabef..14e0a3d7a 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -119,6 +119,7 @@ in { users.users.reaktor2 = { uid = genid_uint31 "reaktor2"; home = stateDir; + isSystemUser = true; }; krebs.reaktor2 = { |