Skip to content

Commit

Permalink
etna: add reposilite
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Feb 3, 2024
1 parent 2f49cef commit 99e4b8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systems/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
self,
inputs,
...
}: let
Expand Down Expand Up @@ -57,6 +58,7 @@ in {
++ (with inputs; [
api-rs.nixosModules.default
ukubot-rs.nixosModules.default
self.nixosModules.reposilite
]);
};
};
Expand Down
3 changes: 3 additions & 0 deletions systems/etna/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
environmentFile = config.age.secrets.ukubotRsEnv.path;
};

reposilite.enable = true;

vaultwarden = {
enable = true;
config = {
Expand All @@ -44,6 +46,7 @@
ingress = {
"api.uku3lig.net" = "http://localhost:5000";
"bw.uku3lig.net" = "http://localhost:8222";
"maven.uku3lig.net" = "http://localhost:8080";
};

default = "http_status:404";
Expand Down

0 comments on commit 99e4b8c

Please sign in to comment.