feat: move user secrets to user dir and add github ssh secret

This commit is contained in:
Youwen Wu 2024-12-27 19:26:51 -08:00
parent 15b5c56a19
commit 50bd09d1d8
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
18 changed files with 156 additions and 116 deletions

View file

@ -0,0 +1,16 @@
{
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";
# };
};
}