mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: updated glance
This commit is contained in:
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
7
modules/nixos/services/glance/config/server.nix
Normal file → Executable 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue