mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
nixos/tests/user-account: add static uid for alice
A lot of tests assume that the alice user will have a uid of 1000. Let's make that a guarantee and be able to reference this value.
This commit is contained in:
parent
313eba4451
commit
e2ea8152cc
@ -4,6 +4,7 @@
|
||||
{ isNormalUser = true;
|
||||
description = "Alice Foobar";
|
||||
password = "foobar";
|
||||
uid = 1000;
|
||||
};
|
||||
|
||||
users.users.bob =
|
||||
|
Loading…
Reference in New Issue
Block a user