diff options
author | lassulus <lassulus@lassul.us> | 2021-06-05 14:57:08 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-06-05 14:57:08 +0200 |
commit | 7fa69b3399d8b52526928df81b2a6cad3f931a28 (patch) | |
tree | 9acaee1529d99b031d039384b1f856ef50d5bb42 /krebs | |
parent | a9f43dff4997510e8845286aabc0f0f059fa459a (diff) |
tinc_graphs: isSystemUser
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/tinc_graphs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix index 33a24871f..19cce8aa4 100644 --- a/krebs/3modules/tinc_graphs.nix +++ b/krebs/3modules/tinc_graphs.nix @@ -127,6 +127,7 @@ let users.extraUsers.tinc_graphs = { uid = genid_uint31 "tinc_graphs"; home = "/var/spool/tinc_graphs"; + isSystemUser = true; }; services.nginx = mkIf cfg.nginx.enable { enable = mkDefault true; |