diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-21 13:00:38 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-21 13:00:38 -0700 |
| commit | 40d6a40b1de18f28003c4aa5f36d9b4b0ef4afdd (patch) | |
| tree | 45a0902743971b1789b1f5d03efde7390cc0e95e /flake/hosts.nix | |
| parent | move user configurations to top-level (diff) | |
| download | infra-40d6a40b1de18f28003c4aa5f36d9b4b0ef4afdd.tar.gz | |
move all profiles, modules, and flakes to top-level
Diffstat (limited to '')
| -rw-r--r-- | flake/hosts.nix (renamed from nix/flake/hosts.nix) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/flake/hosts.nix b/flake/hosts.nix index d3454bf..ecfcca1 100644 --- a/nix/flake/hosts.nix +++ b/flake/hosts.nix @@ -71,14 +71,14 @@ let inputs.agenix.nixosModules.age inputs.disko.nixosModules.disko inputs.home-manager.nixosModules.home-manager - "${self}/nix/modules/default.nix" + "${self}/modules/default.nix" ]; darwinDefaultModules = [ nixSettings inputs.agenix.darwinModules.age inputs.home-manager.darwinModules.home-manager - "${self}/nix/modules/default-darwin.nix" + "${self}/modules/default-darwin.nix" ]; darwinConfigurations = mapAttrs' ( |
