diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 82bb4727..4513a4ac 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -70,6 +70,11 @@ in }; }; + services.gitea-actions-runner = { + enable = true; + url = "http://1896Folsom.duckdns.org:3000"; + }; + fileSystems."/" = { device = "/dev/disk/by-label/NIXOS_SD"; fsType = "ext4";