Merge pull request #122301 from Izorkin/update-test-unit-php

nixos/tests/unit-php: require one of users.users.name.{isSystemUser,isNormalUser}
This commit is contained in:
Guillaume Girol 2021-05-09 20:09:29 +00:00 committed by GitHub
commit fe50cb0ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ in {
};
users = {
users.testuser = {
isNormalUser = false;
isSystemUser = true;
uid = 1074;
group = "testgroup";
};