diff --git a/flake.nix b/flake.nix index 2a8c44e5..6e5dcffb 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ # Declare a generic configuration using the $hostname variable: ${hostname} = lib.nixosSystem { inherit system; + specialArgs = { inherit inputs; }; modules = [ # Configuration Imports ./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration