open-webui: rename envfile
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m23s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m23s
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
}:
|
||||
|
||||
{
|
||||
age.secrets.open-webui-envfile = {
|
||||
rekeyFile = ./secrets/open-webui-envfile.age;
|
||||
age.secrets.open-webui-env = {
|
||||
rekeyFile = ./secrets/open-webui-env.age;
|
||||
};
|
||||
|
||||
services.open-webui = {
|
||||
@@ -29,7 +29,7 @@
|
||||
OPENID_PROVIDER_URL = "https://auth.vimium.com/oauth2/openid/${clientId}/.well-known/openid-configuration";
|
||||
OPENID_REDIRECT_URI = "${publicUrl}/oauth/oidc/callback";
|
||||
};
|
||||
environmentFile = config.age.secrets.open-webui-envfile.path;
|
||||
environmentFile = config.age.secrets.open-webui-env.path;
|
||||
};
|
||||
|
||||
modules.services.borgmatic.directories = [
|
||||
|
Reference in New Issue
Block a user