feat(ref): add github pat to use with nix requests

This commit is contained in:
Youwen Wu 2024-12-27 18:37:32 -08:00
parent 3ad407664b
commit 15b5c56a19
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
6 changed files with 44 additions and 0 deletions

View file

@ -31,5 +31,11 @@
mode = "600";
path = "/home/youwen/.config/gh/hosts.yml";
};
nix_config_github_pat = {
file = ./nix_config_github_pat.age;
owner = "youwen";
group = "users";
mode = "0440";
};
};
}