diff options
author | makefu <github@syntax-fehler.de> | 2021-06-05 19:21:36 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-06-05 19:21:39 +0200 |
commit | ffafc5dd3a889480893610b513bef4f1ca68f01b (patch) | |
tree | 067854c29a182a9a4af69e1d7f51a0375262ff2d /makefu/2configs/stats | |
parent | b37a74c688e272587433874cb779bdc367e127a2 (diff) |
ma arafetch: isSystemUser
Diffstat (limited to 'makefu/2configs/stats')
-rw-r--r-- | makefu/2configs/stats/arafetch.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/stats/arafetch.nix b/makefu/2configs/stats/arafetch.nix index e96daa038..c8ccbfbb9 100644 --- a/makefu/2configs/stats/arafetch.nix +++ b/makefu/2configs/stats/arafetch.nix @@ -23,6 +23,7 @@ in { uid = genid "arafetch"; inherit home; createHome = true; + isSystemUser = true; }; systemd.services.ara2mqtt = { |