diff options
author | lassulus <lassulus@lassul.us> | 2021-06-05 14:15:30 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-06-05 14:15:30 +0200 |
commit | 8b3cd5aef173520cbea8967a3beae807e508943b (patch) | |
tree | bfdc66ee10eb093bfa2bdfababa1b64b56a3106a /krebs | |
parent | 47f3dd93452ed40f4fef64b7bcb327d379c499a2 (diff) |
github-hosts-sync: isSystemUser
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/github-hosts-sync.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix index 7d618ebfd..2aa26fa2b 100644 --- a/krebs/3modules/github-hosts-sync.nix +++ b/krebs/3modules/github-hosts-sync.nix @@ -72,6 +72,7 @@ let mail = "${name}@${config.krebs.build.host.name}"; name = "github-hosts-sync"; uid = genid_uint31 name; + isSystemUser = true; }; # TODO move to lib? |