mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
13 lines
284 B
Nix
13 lines
284 B
Nix
{config, ...}: {
|
|
sops = {
|
|
age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
|
|
|
defaultSopsFile = config.repo.user.secretFile;
|
|
|
|
secrets = {
|
|
"github_ssh_key" = {};
|
|
"github_cli_token" = {};
|
|
"kmeat_mac_mini_ssh_key" = {};
|
|
};
|
|
};
|
|
}
|