stonehenge: install marge bot and renovate bot
This commit is contained in:
parent
b6415a9d8f
commit
afe1dc40fc
11 changed files with 894 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue