Switch the netbox hosts secret management from colmena to sops-nix
This commit is contained in:
parent
154edc1972
commit
dc439abefe
6 changed files with 264 additions and 9 deletions
7
config/hosts/netbox/sops.nix
Normal file
7
config/hosts/netbox/sops.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue