mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: glance test
This commit is contained in:
parent
547bc9d43e
commit
6e7ef9901c
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
assets-path = "/home/${user0}/Files/Projects/dotfiles/modules/nixos/services/glance/assets";
|
assets-path = "/home/${user0}/Files/Projects/dotfiles/modules/nixos/services/glance/assets";
|
||||||
# host = configHelpers.host;
|
host = "https://${configHelpers.host}";
|
||||||
host = "0.0.0.0";
|
# host = "0.0.0.0";
|
||||||
port = configHelpers.service.ports.port0;
|
port = configHelpers.service.ports.port0;
|
||||||
# auth = {
|
# auth = {
|
||||||
# secret-key = config.sops.secrets."${service.name}-key".path;
|
# secret-key = config.sops.secrets."${service.name}-key".path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue