users/jordan: add access-token for nix
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
This commit is contained in:
@@ -15,11 +15,21 @@ in
|
||||
{
|
||||
age.secrets."passwords/users/jordan".file = "${inputs.secrets}/passwords/users/jordan.age";
|
||||
|
||||
age.secrets.open-webui-api-key = {
|
||||
rekeyFile = ./secrets/open-webui-api-key.age;
|
||||
owner = "jordan";
|
||||
age.secrets = {
|
||||
open-webui-api-key = {
|
||||
rekeyFile = ./secrets/open-webui-api-key.age;
|
||||
owner = "jordan";
|
||||
};
|
||||
github-access-token = {
|
||||
rekeyFile = ./secrets/github-access-token.age;
|
||||
};
|
||||
};
|
||||
|
||||
# Increase rate limit with read-only token
|
||||
nix.extraOptions = ''
|
||||
!include ${config.age.secrets.github-access-token.path}
|
||||
'';
|
||||
|
||||
users.users.${name} = {
|
||||
description = "Jordan Holt";
|
||||
extraGroups = [
|
||||
|
||||
11
users/jordan/secrets/github-access-token.age
Normal file
11
users/jordan/secrets/github-access-token.age
Normal file
@@ -0,0 +1,11 @@
|
||||
age-encryption.org/v1
|
||||
-> piv-p256 a1N2XA AvvU++qPBFm4Dev/x6XD7+vdYxzm7cGV7hJUCCVDnXg4
|
||||
ksWN0G8QCFBx5K9Xbf5Hi9A1zvoeen551lxmRUDeMZA
|
||||
-> GCyG9-grease
|
||||
Tdy7Hcf/VvUmemUkSgz+0nFUIli4fe/Yal8Y7ZmRIZwuPCnMLyVAvCmox4TSjBnr
|
||||
/Z9LcY+G/o8BJIGIqU6GV01z/U2TlHefUW9BQULxDgeKKd3D6c4/VQ
|
||||
--- fsF0ebBZaIoDIo7Y6i6lYQOu9MmI3JyQzL1g9BIJCbc
|
||||
£ð¹38pZ…
|
||||
¼÷ÅeU{ë
|
||||
8c}ìY…¼±Ÿm2d¡ægB+ÍPêQ¢OMÖG·"›E”ôk!¹¶$äk×0¼ÜñP¿ÙÅÁQ(üÉ…-â{HÝP6ÿL©9%x&
|
||||
=BEnC,äÔ=Ô<>¯s¸–ÃR:Œ©… À{ÆrùöI§
|
||||
Reference in New Issue
Block a user