From dd0714000e57e2ac869c9e3ed55c9bd81ace88f0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2016 22:32:17 +0200 Subject: fix user id issue --- custom/tinc/def.nix | 1 + 1 file changed, 1 insertion(+) 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 users.extraUsers = flip mapAttrs' cfg.networks (network: _: nameValuePair ("tinc.${network}") ({ description = "Tinc daemon user for ${network}"; + isSystemUser = true; }) ); -- cgit v1.2.3