Add sops.nix to every host
This commit is contained in:
parent
408bbe2de2
commit
679f815d60
27 changed files with 91 additions and 21 deletions
6
config/hosts/keycloak/sops.nix
Normal file
6
config/hosts/keycloak/sops.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue