default to IPv6 address
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M nix/nixos-module.nix → nix/nixos-module.nix
@@ -100,7 +100,7 @@ description = "Server name."; }; host = mkOption { type = types.str; - default = "127.0.0.1"; + default = "::1"; description = "Host address."; }; port = mkOption {