mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
7 lines
113 B
Nix
7 lines
113 B
Nix
|
{ config, ... }:
|
||
|
{
|
||
|
nix.extraOptions = ''
|
||
|
!include ${config.age.secrets.nix_config_github_pat.path}
|
||
|
'';
|
||
|
}
|