about summary refs log tree commit diff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-21 19:23:00 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-22 00:18:59 +0200
commitdb0633d5d39a00354e2a58a3dbcea350517c4371 (patch)
tree9839aab8b954e8d19dcc33ec1b3fd67cb526b8a5 /hosts/default.nix
parentFlake: Add systems as 'input' to the nix derivation (diff)
downloadnixos-config-db0633d5d39a00354e2a58a3dbcea350517c4371.tar.gz
nixos-config-db0633d5d39a00354e2a58a3dbcea350517c4371.tar.bz2
nixos-config-db0633d5d39a00354e2a58a3dbcea350517c4371.zip
Misc: Move nix-index symlink to global configuration
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index d1639b8..925022f 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -16,7 +16,7 @@ let
         ] ++ extraOverlays;
       };
 
-      extraArgs = { inherit pkgs inputs isIso isHardware user secrets dotfiles timezone location; hostname = host; };
+      extraArgs = { inherit pkgs inputs isIso isHardware user secrets dotfiles timezone location hardware system; hostname = host; };
 
       extraSpecialModules = extraModules ++ lib.optional isHardware  ../hardware/${hardware} ++ lib.optional isIso "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix";
     in