This commit is contained in:
Michael Huebner 2025-06-11 11:25:09 +02:00
parent 66dcd488e7
commit 629ef059a3
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,6 @@ in
];
services = {
# TODO: forgejo runner
gitea-actions-runner = {
package = pkgs.forgejo-actions-runner;
instances.default = {

View file

@ -19,6 +19,7 @@
environment.systemPackages = with pkgs; [
git
htop
];
networking.firewall = {