forked from kalipso/infrastructure
[durruti] disable ep3bs
its not used yet anyways
This commit is contained in:
@@ -32,39 +32,6 @@ with lib;
|
|||||||
|
|
||||||
services.malobeo-tasklist.enable = true;
|
services.malobeo-tasklist.enable = true;
|
||||||
|
|
||||||
services.ep3-bs = {
|
|
||||||
enable = true;
|
|
||||||
in_production = true;
|
|
||||||
favicon = ./circle-a.png;
|
|
||||||
logo = ./malobeo.png;
|
|
||||||
|
|
||||||
mail = {
|
|
||||||
type = "smtp-tls";
|
|
||||||
address = "dynamicdiscorddresden@systemli.org";
|
|
||||||
host = "mail.systemli.org";
|
|
||||||
user = "dynamicdiscorddresden@systemli.org";
|
|
||||||
passwordFile = config.sops.secrets.ep3bsMail.path;
|
|
||||||
auth = "plain";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
database = {
|
|
||||||
user = "malodbuser";
|
|
||||||
passwordFile = config.sops.secrets.ep3bsDb.path;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
sops.secrets.ep3bsDb = {
|
|
||||||
owner = config.services.ep3-bs.user;
|
|
||||||
key = "ep3bsDb";
|
|
||||||
};
|
|
||||||
|
|
||||||
sops.secrets.ep3bsMail = {
|
|
||||||
owner = config.services.ep3-bs.user;
|
|
||||||
key = "ep3bsMail";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
system.stateVersion = "22.11"; # Did you read the comment?
|
system.stateVersion = "22.11"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user