back to native
All checks were successful
Hello World / test (push) Successful in 1s

This commit is contained in:
plasmagoat 2025-06-07 03:13:44 +02:00
parent 1e38f70679
commit a5d39be9ca
2 changed files with 7 additions and 1 deletions

View file

@ -28,6 +28,12 @@
};
};
environment.systemPackages = with pkgs; [
wget
nodejs
];
# systemd.services."forgejo-actions-runner-default".serviceConfig = {
# User = "forgejo-runner";
# Group = "forgejo-runner";