mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-05 00:47:03 +02:00
7 lines
109 B
Nix
7 lines
109 B
Nix
{ config, ... }:
|
|
{
|
|
nix.extraOptions = ''
|
|
!include ${config.age.secrets.nix-access-tokens.path}
|
|
'';
|
|
}
|