mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -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
6
reference/modules/default.nix
Normal file
6
reference/modules/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
nix.extraOptions = ''
|
||||
!include ${config.age.secrets.nix_config_github_pat.path}
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue