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;
};
};
};

View File

@@ -10,7 +10,7 @@ buildNpmPackage rec {
src = fetchGit {
url = "git@github.com:oberprofis/scheibnkleister-presence.git";
ref = "master";
rev = "c3157f9be51e49a4fc102d141ab562d38645ffcf";
rev = "69b8fbaea6577494d38399ea9d18b1ba2e90c686";
};
forceGitDeps = true;