Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure

This commit is contained in:
Vivian 2023-01-05 13:51:28 +01:00
commit f4accd2d9c
3 changed files with 4 additions and 4 deletions

View file

@ -21,13 +21,14 @@
networking.firewall.allowedTCPPorts = [ 5055 ];
virtualisation.podman.enable = true;
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
virtualisation.oci-containers = {
backend = "podman";
containers = {
overseerr = {
image = "ghcr.io/sct/overseerr:1.30.1";
image = "ghcr.io/sct/overseerr:1.31.0";
environment = {
LOG_LEVEL = "debug";
# LOG_LEVEL = "debug";
TZ = "Europe/Amsterdam";
};
ports = [

View file

@ -27,6 +27,7 @@ in {
services.minio = {
enable = true;
package = pkgs.v.minio-old;
rootCredentialsFile = "${vs.minio}/environment";
listenAddress = ":${toString listenPort}";
consoleAddress = ":${toString consolePort}";

View file

@ -133,8 +133,6 @@ in {
virtualHosts."drone.0x76.dev" = k8s_proxy;
virtualHosts."msg.0x76.dev" = k8s_proxy;
virtualHosts."zookeeper.0x76.dev" = k8s_proxy;
virtualHosts."wooloofan.club" = k8s_proxy;
virtualHosts."whoami.wooloofan.club" = k8s_proxy;
};
services.nginx.commonHttpConfig = ''