nixos: services: rename 'servarr'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-09-05 10:39:01 +00:00
parent 6f00036b79
commit 0d2b9c9699
3 changed files with 11 additions and 11 deletions

View file

@ -26,7 +26,6 @@
./nginx
./nix-cache
./paperless
./pirate
./podgrab
./postgresql
./postgresql-backup
@ -34,6 +33,7 @@
./quassel
./rss-bridge
./sabnzbd
./servarr
./ssh-server
./tandoor-recipes
./tlp

View file

@ -4,7 +4,7 @@
# [1]: https://youtu.be/I26Ql-uX6AM
{ config, lib, ... }:
let
cfg = config.my.services.pirate;
cfg = config.my.services.servarr;
ports = {
bazarr = 6767;
@ -53,7 +53,7 @@ let
]);
in
{
options.my.services.pirate = {
options.my.services.servarr = {
enable = lib.mkEnableOption "Media automation";
bazarr = {