This commit is contained in:
parent
c65c53cf73
commit
af4e08b5af
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
|
@ -6,9 +6,6 @@
|
|||
|
||||
services.sonarr = {
|
||||
enable = true;
|
||||
package =
|
||||
(builtins.getFlake "github:NixOS/nixpkgs/c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5")
|
||||
.legacyPackages.${pkgs.stdenv.system}.sonarr;
|
||||
};
|
||||
|
||||
services.prowlarr = {
|
||||
|
|
Loading…
Add table
Reference in a new issue