Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
239fb86c5d
commit
fa38f26bb1
8 changed files with 35 additions and 31 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
|
||||
database.createLocally = true;
|
||||
|
||||
port = ports.mealie;
|
||||
port = ports.services.mealie;
|
||||
|
||||
settings.ALLOW_SIGNUP = "false";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue