From 7dada8073cd893d579c45d50d8796252cd06e66d Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 17 Sep 2023 23:44:42 -0700 Subject: [PATCH] Include 'services' --- matrix-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-module.nix b/matrix-module.nix index 5047cee..85b6385 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.fudo.matrix.server-name; + default = toplevel.config.fudo.services.matrix.server-name; }; port = mkOption {