stonehenge: install marge bot and renovate bot

This commit is contained in:
Leonardo Eugênio 2026-02-13 20:40:27 -03:00
parent b6415a9d8f
commit afe1dc40fc
11 changed files with 894 additions and 2 deletions

View file

@ -106,6 +106,7 @@
specialArgs = {
inherit inputs;
self = inputs.self;
};
common_modules = [
{ nixpkgs.pkgs = pkgs; }
@ -193,6 +194,8 @@
inherit system specialArgs;
modules = [
{ nixpkgs.pkgs = pkgs; }
./system/marge-bot
./system/renovate-bot
./hosts/stonehenge
inputs.sops-nix.nixosModules.default
];