summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/tuptime.nix
Commit message (Collapse)AuthorAge
* nixos: define the primary group of users where neededGuillaume Girol2021-09-12
|
* nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}Symphorien Gibol2021-04-14
| | | | | | | | As the only consequence of isSystemUser is that if the uid is null then it's allocated below 500, if a user has uid = something below 500 then we don't require isSystemUser to be set. Motivation: https://github.com/NixOS/nixpkgs/issues/112647
* nixos/tuptime: change group/user to match upstreamEvils2020-06-20
|
* nixos/tuptime: init moduleEvils2020-04-03