feat: updated glance

This commit is contained in:
Nick 2025-05-26 14:56:10 -05:00
parent 8d4ce8d2f9
commit a5bfa31ada
19 changed files with 115 additions and 22 deletions

7
modules/nixos/services/glance/config/server.nix Normal file → Executable file
View file

@ -1,6 +1,9 @@
{ service, ... }:
{ flake, service, ... }:
let
inherit (flake.config.people) user0;
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";
port = service.ports.port0;
# auth = {
# secret-key = config.sops.secrets."${service.name}-key".path;