add domain

This commit is contained in:
Kopatz
2025-05-19 22:09:55 +02:00
parent 6e2e24b0a0
commit 567c3fa224
4 changed files with 7 additions and 2 deletions

View File

@@ -101,6 +101,10 @@ in {
"domain" = "kop.oasch.net";
"answer" = ip;
}
{
"domain" = "kop.bobin.at";
"answer" = ip;
}
{
"domain" = "kavita-kopatz.duckdns.org";
"answer" = ip;

View File

@@ -34,7 +34,7 @@ in {
url = "https://github.com/oberprofis";
user = "github-actions-runner";
workDir = "/github-actions-runner";
extraPackages = with pkgs; [ rsync nodePackages.pnpm nodejs_18 ];
extraPackages = with pkgs; [ rsync nodePackages.pnpm nodejs ];
serviceOverrides = {
BindPaths = [ "/github-actions-runner" ]
++ lib.optional config.custom.services.kavita.enable

View File

@@ -112,6 +112,7 @@ in {
{
"kopatz.ddns.net" = kopConfig;
"kop.oasch.net" = kopConfig;
"kop.bobin.at" = kopConfig;
};
};
};