updates and prowlarr
This commit is contained in:
parent
f867cdb7cc
commit
27b01771a0
6 changed files with 24 additions and 43 deletions
|
@ -188,7 +188,6 @@
|
|||
hostname = "prowlarr";
|
||||
ip = "192.168.0.140";
|
||||
mac = "3a:67:8e:98:0c:a2";
|
||||
nix = false;
|
||||
}
|
||||
{
|
||||
hostname = "archlinux";
|
||||
|
|
10
nixos/hosts/hades/prowlarr/configuration.nix
Normal file
10
nixos/hosts/hades/prowlarr/configuration.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.interfaces.eth0.useDHCP = true;
|
||||
system.stateVersion = "21.05";
|
||||
|
||||
services.prowlarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
|
@ -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 { };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue