2015-05-13 07:23:57 -07:00
|
|
|
{ lib, ... }:
|
2011-03-17 07:04:47 -07:00
|
|
|
|
2015-05-13 07:23:57 -07:00
|
|
|
{ users.extraUsers = lib.singleton
|
2014-08-14 17:07:43 -07:00
|
|
|
{ isNormalUser = true;
|
|
|
|
name = "alice";
|
2011-03-17 07:04:47 -07:00
|
|
|
description = "Alice Foobar";
|
|
|
|
password = "foobar";
|
|
|
|
};
|
|
|
|
}
|