conduit: Add new conduit service

This commit is contained in:
Tristan Daniël Maat 2022-10-21 20:48:14 +01:00
parent 3e13b575b0
commit c56de6cf7e
Signed by: tlater
GPG key ID: 49670FD774E43268
5 changed files with 94 additions and 2 deletions

View file

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
deploy-rs.url = "github:serokell/deploy-rs";
sops-nix = {
url = "github:Mic92/sops-nix";
@ -21,6 +22,7 @@
outputs = {
self,
nixpkgs,
nixpkgs-unstable,
sops-nix,
nvfetcher,
deploy-rs,
@ -66,7 +68,7 @@
# Helper functions #
####################
lib = import ./lib {
inherit nixpkgs sops-nix tlaternet-webserver;
inherit nixpkgs nixpkgs-unstable sops-nix tlaternet-webserver;
lib = nixpkgs.lib;
};
@ -86,6 +88,7 @@
"2222" = "2222";
"3080" = "80";
"3443" = "443";
"8448" = "8448"; # Matrix
"21025" = "21025"; # Starbound
};
in {