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;