From 08be9597a4fd5452f1fe88fee92ac91f3141b795 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 30 May 2026 18:06:30 +0200 Subject: modules/murmur: Switch to new names for tls options --- modules/by-name/mu/murmur/module.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/by-name/mu/murmur/module.nix b/modules/by-name/mu/murmur/module.nix index 5cc6f7d..061e236 100644 --- a/modules/by-name/mu/murmur/module.nix +++ b/modules/by-name/mu/murmur/module.nix @@ -47,8 +47,11 @@ in { The entire team of [name of the company] is thrilled to welcome you on board. We hope you’ll do some amazing work here! ''; - sslKey = "${cfg.murmurStore}/key.pem"; - sslCert = "${cfg.murmurStore}/fullchain.pem"; + + tls = { + keyPath = "${cfg.murmurStore}/key.pem"; + certPath = "${cfg.murmurStore}/fullchain.pem"; + }; registerUrl = cfg.url; registerName = cfg.name; -- cgit v1.3.1