feat: revamp authentication -- remove twitch's tokens from our own wrapper token
This commit is contained in:
parent
3186afe96d
commit
50900986fa
31 changed files with 736 additions and 155 deletions
|
|
@ -5,8 +5,15 @@
|
|||
|
||||
packages = [ pkgs.git ];
|
||||
|
||||
certificates = [
|
||||
"id.twitch.tv"
|
||||
"twitch.tv"
|
||||
"discord.com"
|
||||
];
|
||||
|
||||
languages.python.enable = true;
|
||||
languages.python.uv.enable = true;
|
||||
languages.python.version = "3.12.8";
|
||||
|
||||
scripts.hello.exec = ''
|
||||
echo hello from $GREET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue