switch to keys
This commit is contained in:
parent
c40e6e3255
commit
115a711a5f
29 changed files with 122 additions and 221 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
secrets,
|
||||
...
|
||||
}:
|
||||
{
|
||||
sops.secrets.oauth2-proxy = {
|
||||
sopsFile = ../../../secrets/oauth2-proxy.env;
|
||||
sopsFile = "${secrets}/oauth2-proxy.env";
|
||||
};
|
||||
|
||||
services.oauth2-proxy =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue