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