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 =
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ config, ... }:
|
||||
{ config, secrets, ... }:
|
||||
{
|
||||
sops.secrets.pocketid = {
|
||||
owner = config.services.pocket-id.user;
|
||||
sopsFile = ../../../secrets/pocketid.env;
|
||||
sopsFile = "${secrets}/pocketid.env";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."auth.donsz.nl" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue