aboutsummaryrefslogtreecommitdiff
path: root/flake
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-08 08:06:04 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-08 08:06:04 -0700
commit3b47113c28c5180d4d5d710e3c1fe74f95aa7226 (patch)
treec4839046153034017da079f4bd5ff64c32d984b1 /flake
parentmove deployment bits to colmena declaration (diff)
downloadinfra-3b47113c28c5180d4d5d710e3c1fe74f95aa7226.tar.gz
move droplet specific settings to its own module
Diffstat (limited to 'flake')
-rw-r--r--flake/hosts.nix8
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' (