mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added glance to caddy
This commit is contained in:
parent
2205231563
commit
021eda06aa
2 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
{ flake, service, ... }:
|
||||
{ flake, configHelpers, ... }:
|
||||
let
|
||||
inherit (flake.config.people) user0;
|
||||
in
|
||||
{
|
||||
assets-path = "/home/${user0}/Files/Projects/dotfiles/modules/nixos/services/glance/assets";
|
||||
port = service.ports.port0;
|
||||
host = configHelpers.service.domains.url0;
|
||||
port = configHelpers.service.ports.port0;
|
||||
# auth = {
|
||||
# secret-key = config.sops.secrets."${service.name}-key".path;
|
||||
# users.${user0}.password = config.sops.secrets."${service.name}-${user0}-pass".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue