loptland: init mautrix-bridge
This commit is contained in:
parent
ff78e01175
commit
8fab0c421c
5 changed files with 122 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue