h: enable taskserver
This commit is contained in:
parent
c84802305d
commit
9abc6f8914
@ -125,6 +125,13 @@ in {
|
||||
};
|
||||
|
||||
services = {
|
||||
taskserver = {
|
||||
enable = true;
|
||||
fqdn = "tasks.suah.dev";
|
||||
listenHost = "::";
|
||||
organisations."bolddaemon".users = [ "qbit" ];
|
||||
openFirewall = true;
|
||||
};
|
||||
cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
|
Loading…
Reference in New Issue
Block a user