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

This commit is contained in:
Vivian 2023-08-02 14:02:33 +02:00
commit 0dddc76cca
4 changed files with 6 additions and 12 deletions

View file

@ -19,7 +19,7 @@ spec:
emptyDir: {} emptyDir: {}
containers: containers:
- name: renovate - name: renovate
image: renovate/renovate:36.14.0 image: renovate/renovate:36.27.1
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /opt/renovate/ mountPath: /opt/renovate/

View file

@ -75,7 +75,7 @@
}; };
}; };
fonts.fonts = with pkgs; [ fonts.packages = with pkgs; [
material-design-icons material-design-icons
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk

View file

@ -2,7 +2,7 @@ _: {
networking.firewall.allowedTCPPorts = [ 5055 ]; networking.firewall.allowedTCPPorts = [ 5055 ];
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885 # TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
virtualisation.oci-containers.containers.overseerr = { virtualisation.oci-containers.containers.overseerr = {
image = "ghcr.io/sct/overseerr:1.33.1"; image = "ghcr.io/sct/overseerr:1.33.2";
environment = { TZ = "Europe/Amsterdam"; }; environment = { TZ = "Europe/Amsterdam"; };
ports = [ "5055:5055" ]; ports = [ "5055:5055" ];
volumes = [ "/var/lib/overseerr/config:/app/config" ]; volumes = [ "/var/lib/overseerr/config:/app/config" ];

View file

@ -36,17 +36,11 @@ in {
peers = [ peers = [
{ {
publicKey = "33BoONMGCm2vknq2eq72eozRsHmHQY6ZHEEZ4851TkY="; publicKey = "HQHCrq4J6bSpdW1fI5hR/bvcrYa6HgGgwaa5ZY749ik=";
allowedIPs = [ "0.0.0.0/0" "::/0"]; allowedIPs = [ "0.0.0.0/0" "::/0"];
endpoint = "193.32.249.70:51820"; endpoint = "185.213.155.73:51820";
persistentKeepalive = 25; # persistentKeepalive = 25;
} }
# {
# publicKey = "DVui+5aifNFRIVDjH3v2y+dQ+uwI+HFZOd21ajbEpBo=";
# allowedIPs = [ "0.0.0.0/0" "::/0" ];
# endpoint = "185.65.134.82:51820";
# persistentKeepalive = 25;
# }
]; ];
}; };
}; };