diff options
author | Leonardo Santiago <[email protected]> | 2024-06-03 10:41:45 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-03 10:41:45 -0300 |
commit | 2af6761a8cacab8f421f1ce4043cc5f998f30192 (patch) | |
tree | 1f5c0cfb830dd35050f76f3107db2cadaf9b5b51 /flake.nix | |
parent | 36e878561fb7abc823d2ea8e85e6ef74b65d6d48 (diff) |
more stuff
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |