mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
10 lines
326 B
Nix
10 lines
326 B
Nix
![]() |
{ service, ... }:
|
||
|
{
|
||
|
# 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;
|
||
|
# users.${user0}.password = config.sops.secrets."${service.name}-${user0}-pass".path;
|
||
|
# };
|
||
|
}
|