updates and prowlarr
This commit is contained in:
parent
f867cdb7cc
commit
27b01771a0
6 changed files with 24 additions and 43 deletions
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