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