stuff and things

This commit is contained in:
zack 2025-04-07 13:07:15 -04:00
parent fe357582a6
commit b5542e492f
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
36 changed files with 1059 additions and 1069 deletions

View file

@ -48,6 +48,11 @@ in {
gitlab_runner = {
file = ./sec/gitlab_runner.age;
};
gitlab_email_pw = {
file = ./sec/gitlab-email-pw.age;
owner = user;
group = group;
};
};
boot.kernel.sysctl."net.ipv4.ip_forward" = true; # 1
@ -97,6 +102,15 @@ in {
port = 443;
https = true;
host = cfg.domain;
smtp = {
enable = true;
address = "mail.zoeys.cloud";
username = "gitlab@zoeys.cloud";
passwordFile = sec.gitlab_email_pw.path;
port = 465;
};
secrets = {
secretFile = sec.gitlab_sec.path;
otpFile = sec.gitlab_otp.path;