feat: podgrab test

This commit is contained in:
Nick 2025-06-22 12:20:54 -05:00
parent 4ae038afce
commit 95d807175d

View file

@ -11,7 +11,7 @@ in
podgrab = {
enable = true;
port = service.ports.port0;
passwordFile = config.sops.secrets."${service.name}-pass".path;
# passwordFile = config.sops.secrets."${service.name}-pass".path;
dataDirectory = service.paths.path0;
};
caddy = {
@ -30,6 +30,12 @@ in
};
};
environment = {
variables = {
PASSWORD = config.sops.secrets."${service.name}-pass".path;
};
};
sops =
let
sopsPath = secret: {