mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-07-05 02:45:01 -05:00
feat: podgrab test
This commit is contained in:
parent
7f5e831d32
commit
64052d6046
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ in
|
||||||
podgrab = {
|
podgrab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = service.ports.port0;
|
port = service.ports.port0;
|
||||||
passwordFile = "1234";
|
passwordFile = config.sops.secrets."${service.name}-pass".path;
|
||||||
# config.sops.secrets."${service.name}-pass".path;
|
|
||||||
dataDirectory = service.paths.path0;
|
dataDirectory = service.paths.path0;
|
||||||
};
|
};
|
||||||
caddy = {
|
caddy = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue