mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
8 lines
181 B
Nix
8 lines
181 B
Nix
{ rootPath, ... }:
|
|
|
|
{
|
|
sops.defaultSopsFile = rootPath + /secrets/secrets.yaml;
|
|
sops.defaultSopsFormat = "yaml";
|
|
|
|
sops.age.keyFile = "/home/toast/.config/sops/age/keys.txt";
|
|
}
|