mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
nixos/tests/unit-php: require one of users.users.name.{isSystemUser,isNormalUser}
This commit is contained in:
parent
c8cc491b7e
commit
506646e48b
|
@ -34,7 +34,7 @@ in {
|
|||
};
|
||||
users = {
|
||||
users.testuser = {
|
||||
isNormalUser = false;
|
||||
isSystemUser = true;
|
||||
uid = 1074;
|
||||
group = "testgroup";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue