diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:06:04 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:06:04 -0700 |
| commit | 3b47113c28c5180d4d5d710e3c1fe74f95aa7226 (patch) | |
| tree | c4839046153034017da079f4bd5ff64c32d984b1 /flake/hosts.nix | |
| parent | move deployment bits to colmena declaration (diff) | |
| download | infra-3b47113c28c5180d4d5d710e3c1fe74f95aa7226.tar.gz | |
move droplet specific settings to its own module
Diffstat (limited to '')
| -rw-r--r-- | flake/hosts.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/flake/hosts.nix b/flake/hosts.nix index e02ff2d..42a3ae3 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -58,18 +58,14 @@ let inputs.agenix.nixosModules.age inputs.disko.nixosModules.disko inputs.home-manager.nixosModules.home-manager - "${self}/modules/home.nix" - "${self}/modules/host-config.nix" - "${self}/modules/nas-client.nix" - "${self}/modules/backups.nix" + "${self}/modules" ]; darwinDefaultModules = [ nixSettings inputs.agenix.darwinModules.age inputs.home-manager.darwinModules.home-manager - "${self}/modules/home.nix" - "${self}/modules/host-config.nix" + "${self}/modules" ]; darwinConfigurations = mapAttrs' ( |
