add domain
This commit is contained in:
@@ -101,6 +101,10 @@ in {
|
|||||||
"domain" = "kop.oasch.net";
|
"domain" = "kop.oasch.net";
|
||||||
"answer" = ip;
|
"answer" = ip;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
"domain" = "kop.bobin.at";
|
||||||
|
"answer" = ip;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"domain" = "kavita-kopatz.duckdns.org";
|
"domain" = "kavita-kopatz.duckdns.org";
|
||||||
"answer" = ip;
|
"answer" = ip;
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ in {
|
|||||||
url = "https://github.com/oberprofis";
|
url = "https://github.com/oberprofis";
|
||||||
user = "github-actions-runner";
|
user = "github-actions-runner";
|
||||||
workDir = "/github-actions-runner";
|
workDir = "/github-actions-runner";
|
||||||
extraPackages = with pkgs; [ rsync nodePackages.pnpm nodejs_18 ];
|
extraPackages = with pkgs; [ rsync nodePackages.pnpm nodejs ];
|
||||||
serviceOverrides = {
|
serviceOverrides = {
|
||||||
BindPaths = [ "/github-actions-runner" ]
|
BindPaths = [ "/github-actions-runner" ]
|
||||||
++ lib.optional config.custom.services.kavita.enable
|
++ lib.optional config.custom.services.kavita.enable
|
||||||
|
|||||||
@@ -112,6 +112,7 @@ in {
|
|||||||
{
|
{
|
||||||
"kopatz.ddns.net" = kopConfig;
|
"kopatz.ddns.net" = kopConfig;
|
||||||
"kop.oasch.net" = kopConfig;
|
"kop.oasch.net" = kopConfig;
|
||||||
|
"kop.bobin.at" = kopConfig;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ buildNpmPackage rec {
|
|||||||
src = fetchGit {
|
src = fetchGit {
|
||||||
url = "git@github.com:oberprofis/scheibnkleister-presence.git";
|
url = "git@github.com:oberprofis/scheibnkleister-presence.git";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
rev = "c3157f9be51e49a4fc102d141ab562d38645ffcf";
|
rev = "69b8fbaea6577494d38399ea9d18b1ba2e90c686";
|
||||||
};
|
};
|
||||||
|
|
||||||
forceGitDeps = true;
|
forceGitDeps = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user