Include 'services'
This commit is contained in:
parent
c235593acc
commit
7dada8073c
|
@ -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.fudo.matrix.server-name;
|
default = toplevel.config.fudo.services.matrix.server-name;
|
||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue