wip emacs output

This commit is contained in:
2025-09-28 01:58:34 -06:00
parent eee3e2dfea
commit 7b1c061c9d
11 changed files with 86 additions and 15 deletions

View File

@@ -10,8 +10,7 @@ in
{
config = lib.mkIf cfg.enable {
services.gitea-actions-runner.instances.nixos = {
enable = true;
url = cfg.url;
inherit (cfg) url enable;
name = "${config.networking.hostName}-nixos";
tokenFile = config.sops.secrets.gitea.path;
labels = [

View File

@@ -10,8 +10,7 @@ in
{
config = lib.mkIf cfg.enable {
services.gitea-actions-runner.instances.ryujinx = {
enable = true;
url = cfg.url;
inherit (cfg) url enable;
name = "${config.networking.hostName}-ryujinx";
tokenFile = config.sops.secrets.gitea.path;
labels = [
@@ -32,6 +31,7 @@ in
in
builtins.attrValues {
inherit python3;
inherit (pkgs.xorg) libX11;
inherit (pkgs)
bash
coreutils
@@ -53,7 +53,6 @@ in
gh
p7zip
;
inherit (pkgs.xorg) libX11;
};
};
};