9 lines
165 B
Nix
9 lines
165 B
Nix
{ ... }:
|
|
{
|
|
services.taskserver = {
|
|
enable = true;
|
|
fqdn = "henri-saudubray.fr";
|
|
listenHost = "::";
|
|
organisations.personal.users = [ "hms" ];
|
|
};
|
|
}
|