updates and prowlarr

This commit is contained in:
Vivian 2022-09-10 16:21:21 +02:00
parent f867cdb7cc
commit 27b01771a0
6 changed files with 24 additions and 43 deletions

View file

@ -188,7 +188,6 @@
hostname = "prowlarr";
ip = "192.168.0.140";
mac = "3a:67:8e:98:0c:a2";
nix = false;
}
{
hostname = "archlinux";

View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
networking.interfaces.eth0.useDHCP = true;
system.stateVersion = "21.05";
services.prowlarr = {
enable = true;
openFirewall = true;
};
}

View file

@ -10,7 +10,7 @@ final: prev: {
catppuccin.cursors = prev.callPackage ./catppuccin/cursors { };
vmagent = prev.callPackage ./vmagent { };
v = {
glitch-soc = prev.callPackage ./glitch-soc { };
@ -21,7 +21,6 @@ final: prev: {
withDNSCrypt = true;
withTFO = true;
};
vmagent = prev.callPackage ./vmagent { };
gitea-agatheme = prev.callPackage ./gitea-agatheme { };
};
}