diff --git a/nixos/configuration.nix b/nixos/default.nix similarity index 99% rename from nixos/configuration.nix rename to nixos/default.nix index 4fcee0e6..276eb46d 100644 --- a/nixos/configuration.nix +++ b/nixos/default.nix @@ -6,7 +6,9 @@ { imports = [ - # NixCommunity binary cache + # Import the host-specific system config + ./${hostname} + ./cachix.nix ];