updates and prowlarr
This commit is contained in:
parent
2eb6f9a425
commit
5b8ac77646
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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue