mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 18:24:41 +02:00
treewide: remove duplicate port settings
This commit is contained in:
parent
375424cb9f
commit
b6b9972d60
21 changed files with 58 additions and 143 deletions
|
@ -3,7 +3,7 @@
|
|||
let
|
||||
cfg = config.my.services.bazarr;
|
||||
inherit (config.networking) domain;
|
||||
port = 6767;
|
||||
port = config.services.bazarr.listenPort;
|
||||
in
|
||||
{
|
||||
options.my.services.bazarr = with lib; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue