move some redis servers around
This commit is contained in:
parent
7056803ef5
commit
4d18a49ca1
4 changed files with 14 additions and 6 deletions
|
@ -1,11 +1,8 @@
|
|||
{ config, ... }:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
domain = "idm.${config.networking.domain}";
|
||||
in
|
||||
{
|
||||
age.secrets.authentik-core = {
|
||||
file = ../../../../secrets/nuc/authentik/core.age;
|
||||
};
|
||||
sops.secrets."authentik/env" = { };
|
||||
services.authentik = {
|
||||
enable = true;
|
||||
|
@ -16,5 +13,4 @@ in
|
|||
};
|
||||
environmentFile = config.sops.secrets."authentik/env".path;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue