···186 server_name = mkOption {
187 type = types.str;
188 example = "example.com";
0189 description = ''
190 The domain name of the server, with optional explicit port.
191 This is used by remote servers to connect to this server,
···186 server_name = mkOption {
187 type = types.str;
188 example = "example.com";
189+ default = config.networking.hostName;
190 description = ''
191 The domain name of the server, with optional explicit port.
192 This is used by remote servers to connect to this server,