chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
5 changed files with 6 additions and 4 deletions
Showing only changes of commit 409c927fff - Show all commits

View file

@ -1,4 +1,4 @@
# 0x76's Infrastructure
# 0x76's Infrastructure
This repository contains my fleet of VMs, Containers and Bare Metal machines.
## Directory Structure

View file

@ -1,4 +1,4 @@
{ ... }: {
_: {
networking.firewall.allowedTCPPorts = [ 5055 ];
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
virtualisation.oci-containers.containers.overseerr = {

View file

@ -1,4 +1,4 @@
{ ... }: {
_: {
services.prowlarr = {
enable = true;
openFirewall = true;

View file

@ -1,4 +1,4 @@
{ ... }: {
_: {
services.radarr = {
enable = true;
openFirewall = true;

View file

@ -2,6 +2,8 @@
system.stateVersion = "21.05";
networking.interfaces.eth0.useDHCP = true;
environment.systemPackages = [ pkgs.mongodb-4_2 ];
services.unifi = {
enable = true;
unifiPackage = pkgs.unifi;