Compare commits
No commits in common. "71304185bd867c8b92257efc580a3eaed51fce18" and "fc4b2a3e30d5c1ae08c65d1f05f8696f1d3dc1ee" have entirely different histories.
71304185bd
...
fc4b2a3e30
2 changed files with 0 additions and 11 deletions
|
|
@ -58,8 +58,4 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.gitea-runner-default.requires = [ "nginx.service" ];
|
|
||||||
systemd.services.gitea-runner-default.after = [ "nginx.service" ];
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,13 +12,6 @@ in
|
||||||
server_url = "https://${domain}";
|
server_url = "https://${domain}";
|
||||||
dns = {
|
dns = {
|
||||||
base_domain = "hoyer.tail";
|
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 = {
|
oidc = {
|
||||||
allowed_domains = [ "hoyer.xyz" ];
|
allowed_domains = [ "hoyer.xyz" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue