summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 19:21:36 +0200
committermakefu <github@syntax-fehler.de>2021-06-05 19:21:39 +0200
commitffafc5dd3a889480893610b513bef4f1ca68f01b (patch)
tree067854c29a182a9a4af69e1d7f51a0375262ff2d
parentb37a74c688e272587433874cb779bdc367e127a2 (diff)
ma arafetch: isSystemUser
-rw-r--r--makefu/2configs/stats/arafetch.nix1
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 = {