nixos/hosts/mystra/taskd.nix

9 lines
165 B
Nix

{ ... }:
{
services.taskserver = {
enable = true;
fqdn = "henri-saudubray.fr";
listenHost = "::";
organisations.personal.users = [ "hms" ];
};
}