From f6cb6900585c5f220bbf3ea3fc95b3732189d92b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 26 Mar 2024 13:45:03 -0400 Subject: [PATCH] gr: It works --- systems/github-runner.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/systems/github-runner.nix b/systems/github-runner.nix index b6882a7..90771d7 100644 --- a/systems/github-runner.nix +++ b/systems/github-runner.nix @@ -1,4 +1,8 @@ # TODO: WIP +# - [x] Intial config +# - [ ] Colmena deploy, with keys from 1Password. +# - [ ] Github Runners +# - [ ] Distributed builder to host (macOS) { flake, pkgs, lib, ... }: let @@ -24,7 +28,5 @@ in efi.canTouchEfiVariables = true; }; }; - services.openssh.enable = true; - }