Compare commits
2 Commits
e5e3433df0
...
f922105b2f
| Author | SHA1 | Date | |
|---|---|---|---|
| f922105b2f | |||
| e759346756 |
@@ -28,52 +28,10 @@ with lib;
|
|||||||
../modules/malobeo_user.nix
|
../modules/malobeo_user.nix
|
||||||
../modules/sshd.nix
|
../modules/sshd.nix
|
||||||
../modules/minimal_tools.nix
|
../modules/minimal_tools.nix
|
||||||
../modules/autoupdate.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
malobeo.autoUpdate = {
|
|
||||||
enable = true;
|
|
||||||
url = "https://hydra.dynamicdiscord.de";
|
|
||||||
project = "malobeo";
|
|
||||||
jobset = "infrastructure";
|
|
||||||
cacheurl = "https://cache.dynamicdiscord.de";
|
|
||||||
};
|
|
||||||
|
|
||||||
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