loptland: init mautrix-bridge

This commit is contained in:
Christoph Hollizeck 2026-03-26 15:12:07 +01:00
parent ff78e01175
commit 8fab0c421c
5 changed files with 122 additions and 12 deletions

View file

@ -44,7 +44,7 @@ topLevel: {
inherit (topLevel.config.flake.meta.users.cholli) email;
group = lib.mkIf config.services.nginx.enable "nginx";
reloadServices = lib.mkIf config.services.nginx.enable "nginx.service";
reloadServices = lib.mkIf config.services.nginx.enable [ "nginx.service" ];
dnsProvider = "netcup";
environmentFile = config.sops.templates."netcup.env".path;