feat: podgrab test

This commit is contained in:
Nick 2025-06-22 12:33:54 -05:00
parent 7f5e831d32
commit 64052d6046

View file

@ -11,8 +11,7 @@ in
podgrab = {
enable = true;
port = service.ports.port0;
passwordFile = "1234";
# config.sops.secrets."${service.name}-pass".path;
passwordFile = config.sops.secrets."${service.name}-pass".path;
dataDirectory = service.paths.path0;
};
caddy = {