This adds a sops module that sets the default secrets file. This is needed for sops to work on each host.
9 lines
101 B
Nix
9 lines
101 B
Nix
{
|
|
imports = [
|
|
./base.nix
|
|
./nix.nix
|
|
./pubkeys.nix
|
|
./sops.nix
|
|
./tools.nix
|
|
];
|
|
}
|