mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
16 lines
375 B
Nix
16 lines
375 B
Nix
{
|
|
age.secrets = {
|
|
nix_config_github_pat = {
|
|
file = ./nix_config_github_pat.age;
|
|
owner = "youwen";
|
|
group = "users";
|
|
mode = "0440";
|
|
};
|
|
# github_ssh_priv_key = {
|
|
# file = ./github_ssh_priv_key.age;
|
|
# mode = "600";
|
|
# owner = "root";
|
|
# # path = "${config.home.homeDirectory}/.ssh/github_ssh_priv_key";
|
|
# };
|
|
};
|
|
}
|