summaryrefslogtreecommitdiff
path: root/custom/tinc/def.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/tinc/def.nix')
-rw-r--r--custom/tinc/def.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix
index e3f1f587..e14ce5e9 100644
--- a/custom/tinc/def.nix
+++ b/custom/tinc/def.nix
@@ -169,6 +169,7 @@ in
169 users.extraUsers = flip mapAttrs' cfg.networks (network: _: 169 users.extraUsers = flip mapAttrs' cfg.networks (network: _:
170 nameValuePair ("tinc.${network}") ({ 170 nameValuePair ("tinc.${network}") ({
171 description = "Tinc daemon user for ${network}"; 171 description = "Tinc daemon user for ${network}";
172 isSystemUser = true;
172 }) 173 })
173 ); 174 );
174 175