From 599c273fc560289cb307091f6189fac818041039 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 16 Jul 2024 22:02:09 +0200 Subject: [PATCH] feat: adds extra config using agenix (2) --- modules/services/matrix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/matrix/default.nix b/modules/services/matrix/default.nix index af3faa3..272f5d1 100644 --- a/modules/services/matrix/default.nix +++ b/modules/services/matrix/default.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, ... }: +{ pkgs, lib, config, agenix, ... }: let fqdn = "liv.town"; baseUrl = "https://${fqdn}";