marukuru: tweak gitlab settings
This commit is contained in:
parent
e2dffeceb5
commit
4ab9e1b19e
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,8 @@ in {
|
|||
];
|
||||
boot.kernelModules = [ "tcp_bbr" ];
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv6.conf.default.accept_ra" = 1;
|
||||
"net.ipv6.conf.all.accept_ra" = 1;
|
||||
"net.ipv6.conf.default.accept_ra" = 2;
|
||||
"net.ipv6.conf.all.accept_ra" = 2;
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
@ -141,6 +141,7 @@ in {
|
|||
letsencrypt['enable'] = true
|
||||
letsencrypt['contact_emails'] = ['letsencrypt@lukegb.com']
|
||||
nginx['redirect_http_to_https'] = true
|
||||
nginx['listen_addresses'] = ["0.0.0.0", "[::]"]
|
||||
|
||||
gitlab_rails['smtp_enable'] = true
|
||||
gitlab_rails['smtp_address'] = '103.105.48.15'
|
||||
|
|
Loading…
Reference in a new issue