mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-27 16:59:09 +02:00
fix: base config should not relys on agenix secrets
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
nix.extraOptions = ''
|
||||
!include ${config.age.secrets.nix-access-tokens.path}
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user