From e8468c1aa5105867e21ddfeff6a0938301d4559a Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 29 May 2024 00:50:05 -0400 Subject: [PATCH] refactor 1/2: rename configuration.nix --- hosts/hp/{default.nix => configuration.nix} | 0 hosts/levi/{default.nix => configuration.nix} | 0 hosts/testbox/{default.nix => configuration.nix} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename hosts/hp/{default.nix => configuration.nix} (100%) rename hosts/levi/{default.nix => configuration.nix} (100%) rename hosts/testbox/{default.nix => configuration.nix} (100%) diff --git a/hosts/hp/default.nix b/hosts/hp/configuration.nix similarity index 100% rename from hosts/hp/default.nix rename to hosts/hp/configuration.nix diff --git a/hosts/levi/default.nix b/hosts/levi/configuration.nix similarity index 100% rename from hosts/levi/default.nix rename to hosts/levi/configuration.nix diff --git a/hosts/testbox/default.nix b/hosts/testbox/configuration.nix similarity index 100% rename from hosts/testbox/default.nix rename to hosts/testbox/configuration.nix