From 4262282b6914b83388b53c2daf5edaa1b97780d8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 16:47:27 +0900 Subject: [PATCH] test --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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