Refactor homelab ports
All checks were successful
/ check (push) Successful in 38s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-05 00:27:05 +00:00
parent 239fb86c5d
commit fa38f26bb1
8 changed files with 35 additions and 31 deletions

View file

@ -10,7 +10,7 @@ in
database.createLocally = true;
port = ports.mealie;
port = ports.services.mealie;
settings.ALLOW_SIGNUP = "false";
};

View file

@ -32,7 +32,7 @@ in
config = {
DOMAIN = "https://${cfg.url}";
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_PORT = homelab.ports.${service};
ROCKET_PORT = homelab.ports.services.${service};
SIGNUPS_ALLOWED = false;
};
};