diff --git a/flake.nix b/flake.nix index 4bd604c2..e3d5d546 100644 --- a/flake.nix +++ b/flake.nix @@ -58,8 +58,8 @@ }; modules = [ # Configuration Imports - ./configuration.nix # Common NixOS Configuration - ./hosts/${hostname}/flake.nix # Hardware-specific Configuration + ./configuration.nix { inherit pkgs hostname config; }# Common NixOS Configuration + ./hosts/${hostname}/flake.nix { inherit pkgs hostname config; }# Hardware-specific Configuration # Flake Imports sops-nix.nixosModules.sops # Handle secrets