From 7f96a9fa86b1687aad87e2b2cf04b1c400ec0380 Mon Sep 17 00:00:00 2001 From: death916 Date: Mon, 30 Jun 2025 14:36:37 -0700 Subject: [PATCH] modularize configs --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fdfa105..6c90236 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ specialArgs = { inherit inputs system overlays primaryUser; }; # pkgs will be set via module below modules = [ ./nixos/configuration.nix + ./nixos/hardware-configuration.nix home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; @@ -72,6 +73,7 @@ }; modules = [ ./nixos/homelab.nix # Your main homelab config + ./nixos/hardware-homelab.nix # ./modules/home-assistant.nix # Your HA configuration module home-manager.nixosModules.home-manager {