fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-05-19 15:16:07 +02:00
parent bc954cc68d
commit 409c927fff
5 changed files with 6 additions and 4 deletions

View file

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

View file

@ -1,4 +1,4 @@
{ ... }: { _: {
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 = {

View file

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

View file

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

View file

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