feat: glance test

This commit is contained in:
Nick 2025-07-03 21:25:03 -05:00
parent 50644ccbd4
commit 5c1d3e6356
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,13 @@
{ flake, configHelpers, ... }:
let
inherit (flake.config.people) user0;
inherit (flake.config.machines.devices) ceres;
in
{
assets-path = "/home/${user0}/Files/Projects/dotfiles/modules/nixos/services/glance/assets";
host = configHelpers.host;
# host = configHelpers.host;
# host = configHelpers.localhost;
host = ceres.wireguard.ip0;
port = configHelpers.service.ports.port0;
# auth = {
# secret-key = config.sops.secrets."${service.name}-key".path;