This commit is contained in:
Vivian 2022-10-29 13:06:37 +02:00
parent 3cc5520185
commit 5cccd15247
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;