summary refs log tree commit diff
path: root/nixos/tests/shadow.nix
Commit message (Collapse)AuthorAge
* nixos/tests/shadow: Fix linting errorsaszlig2021-05-09
| | | | | | | | | | | | | | | | | | | Linter errors reported: 6:32 f-string is missing placeholders 7:26 f-string is missing placeholders 8:32 f-string is missing placeholders 30:32 f-string is missing placeholders 31:26 f-string is missing placeholders 32:32 f-string is missing placeholders 48:32 f-string is missing placeholders 49:26 f-string is missing placeholders 50:32 f-string is missing placeholders 76:32 f-string is missing placeholders 77:26 f-string is missing placeholders 78:32 f-string is missing placeholders Signed-off-by: aszlig <aszlig@nix.build>
* 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
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/tests/shadow: add switch user subtestMilan Pässler2021-01-03
|
* tests/shadow: ImproveTim Steinbach2020-12-23
| | | | | On slow hardware, the test was flaky. This improves it.
* shadow: Add testTim Steinbach2020-12-23