From 4505d4c3ec703203853f4e3aa338b9771fd2941d Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 9 Mar 2026 13:49:51 +0100 Subject: [PATCH] hosts: Rename `default.nix` to `configuration.nix` --- hosts/desktop/{default.nix => configuration.nix} | 0 hosts/laptop/{default.nix => configuration.nix} | 0 hosts/srv-core/{default.nix => configuration.nix} | 0 hosts/vps-ns/{default.nix => configuration.nix} | 0 hosts/vps-www/{default.nix => configuration.nix} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename hosts/desktop/{default.nix => configuration.nix} (100%) rename hosts/laptop/{default.nix => configuration.nix} (100%) rename hosts/srv-core/{default.nix => configuration.nix} (100%) rename hosts/vps-ns/{default.nix => configuration.nix} (100%) rename hosts/vps-www/{default.nix => configuration.nix} (100%) diff --git a/hosts/desktop/default.nix b/hosts/desktop/configuration.nix similarity index 100% rename from hosts/desktop/default.nix rename to hosts/desktop/configuration.nix diff --git a/hosts/laptop/default.nix b/hosts/laptop/configuration.nix similarity index 100% rename from hosts/laptop/default.nix rename to hosts/laptop/configuration.nix diff --git a/hosts/srv-core/default.nix b/hosts/srv-core/configuration.nix similarity index 100% rename from hosts/srv-core/default.nix rename to hosts/srv-core/configuration.nix diff --git a/hosts/vps-ns/default.nix b/hosts/vps-ns/configuration.nix similarity index 100% rename from hosts/vps-ns/default.nix rename to hosts/vps-ns/configuration.nix diff --git a/hosts/vps-www/default.nix b/hosts/vps-www/configuration.nix similarity index 100% rename from hosts/vps-www/default.nix rename to hosts/vps-www/configuration.nix