modules: services: pirate: sort 'ports' values
This commit is contained in:
parent
8759039187
commit
e2638728e3
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@ let
|
||||||
cfg = config.my.services.pirate;
|
cfg = config.my.services.pirate;
|
||||||
|
|
||||||
ports = {
|
ports = {
|
||||||
sonarr = 8989;
|
|
||||||
radarr = 7878;
|
|
||||||
bazarr = 6767;
|
bazarr = 6767;
|
||||||
lidarr = 8686;
|
lidarr = 8686;
|
||||||
|
radarr = 7878;
|
||||||
|
sonarr = 8989;
|
||||||
};
|
};
|
||||||
|
|
||||||
managers = with lib.attrsets;
|
managers = with lib.attrsets;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue