2018-07-20 21:56:59 +01:00
|
|
|
{ ... }:
|
2011-03-17 14:04:47 +00:00
|
|
|
|
2018-06-30 00:55:42 +01:00
|
|
|
{ users.users.alice =
|
2014-08-15 01:07:43 +01:00
|
|
|
{ isNormalUser = true;
|
2011-03-17 14:04:47 +00:00
|
|
|
description = "Alice Foobar";
|
|
|
|
password = "foobar";
|
2019-11-08 18:45:57 +00:00
|
|
|
uid = 1000;
|
2011-03-17 14:04:47 +00:00
|
|
|
};
|
2016-04-12 18:12:28 +01:00
|
|
|
|
2018-06-30 00:55:42 +01:00
|
|
|
users.users.bob =
|
2016-04-12 18:12:28 +01:00
|
|
|
{ isNormalUser = true;
|
|
|
|
description = "Bob Foobar";
|
|
|
|
password = "foobar";
|
|
|
|
};
|
2011-03-17 14:04:47 +00:00
|
|
|
}
|