aboutsummaryrefslogtreecommitdiff
path: root/flake/hosts.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-21 13:00:38 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-21 13:00:38 -0700
commit40d6a40b1de18f28003c4aa5f36d9b4b0ef4afdd (patch)
tree45a0902743971b1789b1f5d03efde7390cc0e95e /flake/hosts.nix
parentmove user configurations to top-level (diff)
downloadinfra-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' (