Ahh, I think I get this now

This commit is contained in:
niten 2023-09-17 23:43:21 -07:00
parent 5585d9f184
commit c235593acc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ in {
hostname = mkOption { hostname = mkOption {
type = str; type = str;
description = "Hostname at which the server can be reached."; 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 { port = mkOption {