1
0
Fork 0

Enable taskserver

This commit is contained in:
Malte Brandy 2019-12-15 13:47:29 +01:00
parent 54366a4078
commit 1dfb0ba923

View file

@ -33,7 +33,6 @@ in {
name = "hera";
host = "hera-intern:9100";
}];
services = {
borgbackup.jobs.data = {
doInit = false;
@ -42,6 +41,12 @@ in {
repo = "borg@borg:.";
compression = "zstd,5";
};
taskserver = {
enable = true;
fqdn = "hera.m-0.eu";
listenHost = "::";
organisations."maralorn.de".users = [ "maralorn" ];
};
};
users.users.choreutes = {