machines: porthos: services: enable lohr
This commit is contained in:
parent
3402146298
commit
ff975b8c7d
3 changed files with 11 additions and 0 deletions
|
|
@ -45,6 +45,15 @@ in
|
|||
};
|
||||
# Jellyfin media server
|
||||
jellyfin.enable = true;
|
||||
# Gitea mirrorig service
|
||||
lohr = {
|
||||
enable = true;
|
||||
sharedSecretFile =
|
||||
let
|
||||
content = "LOHR_SECRET=${my.secrets.lohr.secret}";
|
||||
in
|
||||
builtins.toFile "lohr-secret.env" content;
|
||||
};
|
||||
# Matrix backend and Element chat front-end
|
||||
matrix = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue