From 2af6761a8cacab8f421f1ce4043cc5f998f30192 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Mon, 3 Jun 2024 10:41:45 -0300 Subject: more stuff --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 171d5b6..59fe2ba 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixos-hardware.url = "github:NixOS/nixos-hardware"; home-manager.url = "github:nix-community/home-manager"; agenix = { url = "github:ryantm/agenix"; @@ -42,7 +43,7 @@ hosts = attrNames (readDir ./hosts); defaultNixosSystem = host: nixpkgs.lib.nixosSystem { inherit system; - specialArgs = { inherit inputs; }; + specialArgs = { inherit inputs hosts; }; modules = [ ./hosts/${host}/configuration.nix ./users/leonardo.nix -- cgit v1.2.3