From e700880c9f6b5c0f1889f4eb4c8858d0bd21855b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 21 Nov 2023 18:38:02 -0600 Subject: [PATCH] No bad chunk --- nixos/beefcake/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/beefcake/default.nix b/nixos/beefcake/default.nix index 3db1155..3ab070b 100644 --- a/nixos/beefcake/default.nix +++ b/nixos/beefcake/default.nix @@ -359,11 +359,11 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 }; }; - services.gitea-actions-runner.instances.main = { - # TODO: simple git-based automation would be dope? maybe especially for - # mirroring to github super easy? - enable = false; - }; + # services.gitea-actions-runner.instances.main = { + # # TODO: simple git-based automation would be dope? maybe especially for + # # mirroring to github super easy? + # enable = false; + # }; services.gitea = { enable = true;