feat (hosts/mystra): taskd
This commit is contained in:
parent
2bbad71636
commit
a7c598fe42
3 changed files with 32 additions and 15 deletions
9
hosts/mystra/taskd.nix
Normal file
9
hosts/mystra/taskd.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.taskserver = {
|
||||
enable = true;
|
||||
fqdn = "henri-saudubray.fr";
|
||||
listenHost = "::";
|
||||
organisations.personal.users = [ "hms" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue