diff --git a/hosts/alt/configuration.nix b/hosts/alt/configuration.nix index 52d58cf..2a09baf 100644 --- a/hosts/alt/configuration.nix +++ b/hosts/alt/configuration.nix @@ -40,6 +40,12 @@ }; }; + # run sonarr + services.sonarr = { + enable = true; + openFirewall = true; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave