From 690e5cb2a4a3f5df9c0c35278ed1ce3c6f3f20d2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 23 Sep 2023 13:25:41 -0600 Subject: [PATCH] [NixOS] Enable gitea actions runner on biskcomp --- nixos/machines/biskcomp.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 7a4425a8..96ecf8cd 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -76,6 +76,11 @@ in }; }; + services.gitea-actions-runner = { + enable = true; + url = "http://1896Folsom.duckdns.org:3000"; + }; + fileSystems."/" = { device = "/dev/disk/by-label/NIXOS_SD"; fsType = "ext4";