From f53ac7e8b900648e7cfba9eeb951cc851c8dfaa9 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 11 Dec 2023 19:37:27 +0800 Subject: [PATCH] hosts/plover: restructure host-specific profiles --- hosts/plover/default.nix | 2 +- .../modules/{hardware => profiles}/hetzner-cloud-cx21.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/plover/modules/{hardware => profiles}/hetzner-cloud-cx21.nix (100%) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index 29bd7ce2..c5d8ebed 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -5,7 +5,7 @@ # Since this will be rarely configured, make sure to import the appropriate # hardware modules depending on the hosting provider (and even just the # server). - ./modules/hardware/hetzner-cloud-cx21.nix + ./modules/profiles/hetzner-cloud-cx21.nix # The users for this host. (lib.getUser "nixos" "admin") diff --git a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix b/hosts/plover/modules/profiles/hetzner-cloud-cx21.nix similarity index 100% rename from hosts/plover/modules/hardware/hetzner-cloud-cx21.nix rename to hosts/plover/modules/profiles/hetzner-cloud-cx21.nix