fix: nixos-installer - attribute 'age' missing

This commit is contained in:
Ryan Yin
2025-07-12 23:35:53 +08:00
parent db82d2d8c5
commit a1014361a3
5 changed files with 14 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
{
{config, ...}: {
###################################################################################
#
# Core configuration for nix-darwin
@@ -24,4 +24,8 @@
nix.gc.automatic = false;
system.stateVersion = 5;
nix.extraOptions = ''
!include ${config.age.secrets.nix-access-tokens.path}
'';
}