My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[nixosModules.forgejo-runner] Fix package name

dish d7042743 6270b6d1

+1 -1
+1 -1
nixosModules/services/forgejo-runner/default.nix
··· 50 50 }; 51 51 52 52 config.services.gitea-actions-runner = lib.mkIf cfg.enable { 53 - package = pkgs.forgejo-actions-runner; 53 + package = pkgs.forgejo-runner; 54 54 instances = { 55 55 "${config.networking.hostName}-default" = runnerBase // { 56 56 inherit (cfg) tokenFile;