From c235593acc75c1f26eb3b182d930aa686de0b4b6 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 17 Sep 2023 23:43:21 -0700 Subject: [PATCH] Ahh, I think I get this now --- matrix-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-module.nix b/matrix-module.nix index 25c65f5..5047cee 100644 --- a/matrix-module.nix +++ b/matrix-module.nix @@ -49,7 +49,7 @@ in { hostname = mkOption { type = str; description = "Hostname at which the server can be reached."; - default = toplevel.config.services.matrix.server-name; + default = toplevel.config.fudo.matrix.server-name; }; port = mkOption {