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
5a67cda326
commit
7f5e831d32
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,8 @@ in
|
||||||
podgrab = {
|
podgrab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = service.ports.port0;
|
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;
|
dataDirectory = service.paths.path0;
|
||||||
};
|
};
|
||||||
caddy = {
|
caddy = {
|
||||||
|
@ -33,7 +34,7 @@ in
|
||||||
sops =
|
sops =
|
||||||
let
|
let
|
||||||
sopsPath = secret: {
|
sopsPath = secret: {
|
||||||
path = "${service.sops.path0}/password.env";
|
path = "${service.sops.path0}/${service.name}-${secret}";
|
||||||
owner = service.name;
|
owner = service.name;
|
||||||
mode = "600";
|
mode = "600";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue