Add a regression test for #14623
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{ users.extraUsers = lib.singleton
|
||||
{ users.extraUsers.alice =
|
||||
{ isNormalUser = true;
|
||||
name = "alice";
|
||||
description = "Alice Foobar";
|
||||
password = "foobar";
|
||||
};
|
||||
|
||||
users.extraUsers.bob =
|
||||
{ isNormalUser = true;
|
||||
description = "Bob Foobar";
|
||||
password = "foobar";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user