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

@@ -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