lol

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.

+1
+1
nixos/tests/common/user-account.nix
··· 4 4 { isNormalUser = true; 5 5 description = "Alice Foobar"; 6 6 password = "foobar"; 7 + uid = 1000; 7 8 }; 8 9 9 10 users.users.bob =