mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
8 lines
206 B
Nix
8 lines
206 B
Nix
{ rootPath, config, ... }:
|
|
|
|
{
|
|
sops.defaultSopsFile = rootPath + /secrets/secrets.yaml;
|
|
sops.defaultSopsFormat = "yaml";
|
|
|
|
sops.age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
|
}
|