minor spelling mistake. i lose
Some checks failed
/ nix fmt (push) Failing after 15s

This commit is contained in:
Ittihadyya 2024-11-26 13:32:10 +02:00
parent d495628e5b
commit aca5a49988
3 changed files with 15 additions and 9 deletions

View file

@ -1,12 +1,22 @@
{
sucrose.modules = [
({pkgs, config, ...}: {
({pkgs, config, lib, ...}: {
services.gitea-actions-runner= {
package = pkgs.forgejo-runner;
instances = {
${config.networking.hostName} = {
enable = true;
hostPackages = [ ];
hostPackages = with pkgs; lib.mkDefault [
bash
coreutils
curl
gawk
gitMinimal
gnused
wget
nix
nixfmt-rfc-style
];
labels = [ ];
name = config.networking.hostName;
settings = { };