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

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