From e72b2b9d08ac8b6575a2f6c3504b94dcf3a84b96 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 8 Sep 2025 08:19:43 -0700 Subject: Revert "move droplet specific settings to its own module" This reverts commit 3b47113c28c5180d4d5d710e3c1fe74f95aa7226. --- flake/hosts.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'flake') diff --git a/flake/hosts.nix b/flake/hosts.nix index 42a3ae3..e02ff2d 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -58,14 +58,18 @@ let inputs.agenix.nixosModules.age inputs.disko.nixosModules.disko inputs.home-manager.nixosModules.home-manager - "${self}/modules" + "${self}/modules/home.nix" + "${self}/modules/host-config.nix" + "${self}/modules/nas-client.nix" + "${self}/modules/backups.nix" ]; darwinDefaultModules = [ nixSettings inputs.agenix.darwinModules.age inputs.home-manager.darwinModules.home-manager - "${self}/modules" + "${self}/modules/home.nix" + "${self}/modules/host-config.nix" ]; darwinConfigurations = mapAttrs' ( -- cgit v1.2.3