mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: switch from actual -> firefly-iii
This commit is contained in:
parent
4adf28a442
commit
ced72fb7bb
34 changed files with 193 additions and 128 deletions
|
@ -18,6 +18,11 @@
|
|||
group = "oauth2-proxy";
|
||||
};
|
||||
|
||||
# FIXME: switch to loadcredential + start wrapper.
|
||||
# TODO: define nixos option to do this for us, it's recurring. like systemd.services.a.secretEnv = {
|
||||
# ABC = ./path.to.secret.file; # or runtime path.
|
||||
# };
|
||||
|
||||
# Mirror the original oauth2 secret, but prepend OAUTH2_PROXY_CLIENT_SECRET=
|
||||
# so it can be used as an EnvironmentFile
|
||||
age.secrets.oauth2-client-secret = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue