mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 14:09:51 -07:00
feat(ref): add github pat to use with nix requests
This commit is contained in:
parent
3ad407664b
commit
15b5c56a19
6 changed files with 44 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue