Compare commits
2 commits
fc4b2a3e30
...
71304185bd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71304185bd | ||
|
|
05eceda8ca |
2 changed files with 11 additions and 0 deletions
|
|
@ -58,4 +58,8 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.gitea-runner-default.requires = [ "nginx.service" ];
|
||||
systemd.services.gitea-runner-default.after = [ "nginx.service" ];
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,13 @@ 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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue