nixos/tinc: users are system users
This commit is contained in:
@@ -154,6 +154,7 @@ in
|
|||||||
users.extraUsers = flip mapAttrs' cfg.networks (network: _:
|
users.extraUsers = flip mapAttrs' cfg.networks (network: _:
|
||||||
nameValuePair ("tinc.${network}") ({
|
nameValuePair ("tinc.${network}") ({
|
||||||
description = "Tinc daemon user for ${network}";
|
description = "Tinc daemon user for ${network}";
|
||||||
|
isSystemUser = true;
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user