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