add nodejs to gitea
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user