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