Ahh, I think I get this now
This commit is contained in:
parent
5585d9f184
commit
c235593acc
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue