From cf3ac4e6139b3daa655147ca2ed1090886610df2 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 22:22:16 +0200 Subject: [PATCH] rename configuration.nix to default.nix --- nixos/{configuration.nix => default.nix} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename nixos/{configuration.nix => default.nix} (99%) 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 ];