1
0
Fork 0

Update taskserver domain

This commit is contained in:
Malte 2023-05-12 11:10:59 +02:00
parent 0a1a859f5e
commit 1415dcc4e5
2 changed files with 2 additions and 1 deletions

View file

@ -129,6 +129,7 @@ with lib; {
"stream"
"syncthing-hera"
"tasks"
"taskserver"
];
fluffy = ["home" "syncthing-fluffy" "5e"];
zeus = ["syncthing-zeus"];

View file

@ -109,7 +109,7 @@ in {
borgbackup.jobs = backupJobs;
taskserver = {
enable = true;
fqdn = "hera.m-0.eu";
fqdn = "${config.m-0.virtualHosts.taskserver}";
listenHost = "::";
organisations."maralorn.de".users = ["maralorn"];
};