conduit: Add new conduit service
This commit is contained in:
parent
3e13b575b0
commit
c56de6cf7e
5 changed files with 94 additions and 2 deletions
lib
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
sops-nix,
|
||||
tlaternet-webserver,
|
||||
}: let
|
||||
|
@ -24,6 +25,13 @@ in {
|
|||
sops-nix.nixosModules.sops
|
||||
tlaternet-webserver.nixosModules.default
|
||||
(import ../configuration)
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
matrix-conduit = nixpkgs-unstable.legacyPackages.${system}.matrix-conduit;
|
||||
})
|
||||
];
|
||||
}
|
||||
]
|
||||
++ extraModules;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue