Skip to content

Commit

Permalink
Merge pull request #122301 from Izorkin/update-test-unit-php
Browse files Browse the repository at this point in the history
nixos/tests/unit-php: require one of users.users.name.{isSystemUser,isNormalUser}
  • Loading branch information
symphorien authored May 9, 2021
2 parents 418a37d + 506646e commit fe50cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/web-servers/unit-php.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in {
};
users = {
users.testuser = {
isNormalUser = false;
isSystemUser = true;
uid = 1074;
group = "testgroup";
};
Expand Down

0 comments on commit fe50cb0

Please sign in to comment.