From 23f8df7396d35744069a4bda0d1d38a55ff64b79 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 07:31:45 -0700 Subject: refactoring to use flake-parts and automatic imports of hosts This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths. --- nix/modules/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nix/modules/default.nix') diff --git a/nix/modules/default.nix b/nix/modules/default.nix index 3314156..b42a079 100644 --- a/nix/modules/default.nix +++ b/nix/modules/default.nix @@ -1,4 +1,7 @@ +{ ... }: { - fcuny-net = import ./fcuny-net.nix; - # Add other modules here as you create them + imports = [ + ./home.nix + ./host-config.nix + ]; } -- cgit v1.2.3