add nodejs to gitea

This commit is contained in:
2023-12-06 18:00:24 +01:00
parent a19a73d743
commit 96b52f7bd8

View File

@@ -148,17 +148,15 @@ in
};
};
environment.systemPackages = with pkgs; [
nodejs_21
];
virtualisation.podman.enable = true;
services.gitea-actions-runner.instances.main = {
enable = true;
url = "https://git.cloonar.com";
name = "main";
tokenFile = "/run/secrets/gitea-runner-token";
labels = [ "nixos-docker" ];
hostPackages = with pkgs; [
nodejs
];
};
users.users.gitea-runner = runner-user;