Remove fixed uid in tests
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
{ pkgs, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
{ users.extraUsers = pkgs.lib.singleton
|
{ users.extraUsers = lib.singleton
|
||||||
{ isNormalUser = true;
|
{ isNormalUser = true;
|
||||||
name = "alice";
|
name = "alice";
|
||||||
description = "Alice Foobar";
|
description = "Alice Foobar";
|
||||||
password = "foobar";
|
password = "foobar";
|
||||||
uid = 1000;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user