feat: added prompter

This commit is contained in:
Nick 2025-07-27 15:07:56 -05:00
parent 6ee868bf7f
commit 2940edac44

View file

@ -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"
]
);
};