This commit is contained in:
Vivian 2022-10-29 13:06:37 +02:00
parent 67239148f0
commit a6db23445c
3 changed files with 12 additions and 8 deletions

View file

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