This adds a sops module that sets the default secrets file. This is needed for sops to work on each host.
3 lines
46 B
Nix
3 lines
46 B
Nix
{
|
|
sops.defaultSopsFile = ../secrets.yaml;
|
|
}
|