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