summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 15:52:49 +0200
committermakefu <github@syntax-fehler.de>2021-06-05 15:52:49 +0200
commiteb801fa458de69cfecafe172b178838f2cd97d08 (patch)
treef0a9642bb8889ed4cff8dad9e29a765292bd270f
parente097e3c577ea4a83e508b3aa2a37dc86b8295131 (diff)
module urlwatch: add isSystemUser
-rw-r--r--krebs/3modules/urlwatch.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/urlwatch.nix b/krebs/3modules/urlwatch.nix
index 0b7a71db5..6a159a5b2 100644
--- a/krebs/3modules/urlwatch.nix
+++ b/krebs/3modules/urlwatch.nix
@@ -193,6 +193,7 @@ let
inherit (user) uid;
home = cfg.dataDir;
createHome = true;
+ isSystemUser = true;
};
};