diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:29:20 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:29:20 -0700 |
| commit | 7278be9a909b3c92d2aa5aa832d645175b18acc5 (patch) | |
| tree | e38ecf458881d8344ac80bc7ddc2031868e1fea7 /flake/hosts.nix | |
| parent | Revert "move droplet specific settings to its own module" (diff) | |
| download | infra-7278be9a909b3c92d2aa5aa832d645175b18acc5.tar.gz | |
move common modules together and simplify imports
Diffstat (limited to '')
| -rw-r--r-- | flake/hosts.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/flake/hosts.nix b/flake/hosts.nix index e02ff2d..c194440 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -58,8 +58,7 @@ 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/common" "${self}/modules/nas-client.nix" "${self}/modules/backups.nix" ]; @@ -68,8 +67,7 @@ let nixSettings inputs.agenix.darwinModules.age inputs.home-manager.darwinModules.home-manager - "${self}/modules/home.nix" - "${self}/modules/host-config.nix" + "${self}/modules/common" ]; darwinConfigurations = mapAttrs' ( |
