mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
fix: nixos-installer - attribute 'age' missing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
nixpkgs,
|
||||
...
|
||||
}: {
|
||||
# to install chrome, you need to enable unfree packages
|
||||
@@ -18,4 +18,8 @@
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
nix.channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead.
|
||||
|
||||
nix.extraOptions = ''
|
||||
!include ${config.age.secrets.nix-access-tokens.path}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user