Add gg-chatmix
This commit is contained in:
parent
e39cac2ba9
commit
8b994f1ed0
4 changed files with 35 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
|
||||
nix-filter.url = "github:numtide/nix-filter";
|
||||
|
||||
gg-chatmix = {
|
||||
url = "github:nilathedragon/gg-chatmix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
gomod2nix = {
|
||||
url = "github:nix-community/gomod2nix";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
|
|
@ -215,6 +220,7 @@
|
|||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.gg-chatmix.nixosModule
|
||||
] ++ extraModules;
|
||||
})
|
||||
(import ./hosts inputs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue