all repos — elgit @ 9bd573e7dcf5b8798109ac28fe7cad8d2e486097

fork of legit: web frontend for git, written in go

default to IPv6 address

Alan Pearce
commit

9bd573e7dcf5b8798109ac28fe7cad8d2e486097

parent

0f28b715aa4e7061b79d496e578a30beded7ed46

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M nix/nixos-module.nixnix/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 {