flake: migrate to agenix-rekey
This commit is contained in:
parent
26734c2196
commit
b54be3998f
61 changed files with 306 additions and 190 deletions
17
hosts/Infini-DL360/secrets/default.nix
Normal file
17
hosts/Infini-DL360/secrets/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib.our.secrets) withGroup withOwnerGroup;
|
||||
in
|
||||
{
|
||||
age.secrets = {
|
||||
authentik-ldap.rekeyFile = ./authentik-ldap.age;
|
||||
authentik.rekeyFile = ./authentik.age;
|
||||
freshrss = withOwnerGroup "freshrss" ./freshrss.age;
|
||||
hedgedoc = withOwnerGroup "hedgedoc" ./hedgedoc.age;
|
||||
hydra = withGroup "hydra" ./hydra.age;
|
||||
ovpn.rekeyFile = ./ovpn.age;
|
||||
radicale-ldap = withOwnerGroup "radicale" ./radicale-ldap.age;
|
||||
searx.rekeyFile = ./searx.age;
|
||||
vaultwarden.rekeyFile = ./vaultwarden.age;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue