diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:19:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:19:43 -0700 |
| commit | e72b2b9d08ac8b6575a2f6c3504b94dcf3a84b96 (patch) | |
| tree | 63fca796db04315a5248bb4ed5a614f181362c7f /flake/hosts.nix | |
| parent | move droplet specific settings to its own module (diff) | |
| download | infra-e72b2b9d08ac8b6575a2f6c3504b94dcf3a84b96.tar.gz | |
Revert "move droplet specific settings to its own module"
This reverts commit 3b47113c28c5180d4d5d710e3c1fe74f95aa7226.
Diffstat (limited to 'flake/hosts.nix')
| -rw-r--r-- | flake/hosts.nix | 8 |
1 files changed, 6 insertions, 2 deletions
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' ( |
