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 {