mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added prompter
This commit is contained in:
parent
6ee868bf7f
commit
2940edac44
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ in
|
|||
let
|
||||
sopsPath = secret: {
|
||||
path = "${service.sops.path0}/${service.name}-${secret}";
|
||||
owner = "caddy";
|
||||
owner = "root";
|
||||
mode = "600";
|
||||
};
|
||||
in
|
||||
|
@ -43,7 +43,7 @@ in
|
|||
value = sopsPath secret;
|
||||
})
|
||||
[
|
||||
"auth"
|
||||
"${service.name}-auth"
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue