mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 16:29:46 +01:00
9 lines
161 B
Nix
9 lines
161 B
Nix
{
|
|
sops = {
|
|
defaultSopsFile = ../../secrets/secrets.yaml;
|
|
defaultSopsFormat = "yaml";
|
|
|
|
age.keyFile = "/home/alex/.config/sops/age/keys.txt";
|
|
};
|
|
}
|