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;
|
||||
|
||||
ports = {
|
||||
sonarr = 8989;
|
||||
radarr = 7878;
|
||||
bazarr = 6767;
|
||||
lidarr = 8686;
|
||||
radarr = 7878;
|
||||
sonarr = 8989;
|
||||
};
|
||||
|
||||
managers = with lib.attrsets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue