treewide: remove duplicate port settings

This commit is contained in:
Felix Buehler 2025-02-25 23:53:44 +01:00
parent 375424cb9f
commit b6b9972d60
21 changed files with 58 additions and 143 deletions

View file

@ -6,7 +6,7 @@ let
in
{
options.my.services.passworts = with lib; {
enable = mkEnableOption "Navidrome Music Server";
enable = mkEnableOption "Passwords Server";
port = mkOption {
type = types.port;
default = 5010;