Compare commits

..

No commits in common. "71304185bd867c8b92257efc580a3eaed51fce18" and "fc4b2a3e30d5c1ae08c65d1f05f8696f1d3dc1ee" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View file

@ -58,8 +58,4 @@
];
};
};
systemd.services.gitea-runner-default.requires = [ "nginx.service" ];
systemd.services.gitea-runner-default.after = [ "nginx.service" ];
}

View file

@ -12,13 +12,6 @@ in
server_url = "https://${domain}";
dns = {
base_domain = "hoyer.tail";
nameservers.global = [
"192.168.178.254"
"1.1.1.1"
"1.0.0.1"
"2606:4700:4700::1111"
"2606:4700:4700::1001"
];
};
oidc = {
allowed_domains = [ "hoyer.xyz" ];