From 05fa93fc50f36d64977cbccb2f919abff70da5f7 Mon Sep 17 00:00:00 2001 From: larstvei Date: Thu, 11 Sep 2025 18:48:14 +0200 Subject: [PATCH] hosts -> machines --- flake.nix | 4 ++-- {hosts => machines}/macbook/configuration.nix | 0 {hosts => machines}/macbook/variables.nix | 0 {hosts => machines}/thinkpad/configuration.nix | 0 {hosts => machines}/thinkpad/hardware-configuration.nix | 0 {hosts => machines}/thinkpad/keyboard.nix | 0 {hosts => machines}/thinkpad/variables.nix | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename {hosts => machines}/macbook/configuration.nix (100%) rename {hosts => machines}/macbook/variables.nix (100%) rename {hosts => machines}/thinkpad/configuration.nix (100%) rename {hosts => machines}/thinkpad/hardware-configuration.nix (100%) rename {hosts => machines}/thinkpad/keyboard.nix (100%) rename {hosts => machines}/thinkpad/variables.nix (100%) diff --git a/flake.nix b/flake.nix index 10366ad..170a7c3 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ modules = [ home-manager.darwinModules.default - ./hosts/macbook/configuration.nix + ./machines/macbook/configuration.nix nix-rosetta-builder.darwinModules.default { nix-rosetta-builder.onDemand = true; } ]; @@ -61,7 +61,7 @@ }; modules = [ home-manager.nixosModules.default - ./hosts/thinkpad/configuration.nix + ./machines/thinkpad/configuration.nix ]; }; }; diff --git a/hosts/macbook/configuration.nix b/machines/macbook/configuration.nix similarity index 100% rename from hosts/macbook/configuration.nix rename to machines/macbook/configuration.nix diff --git a/hosts/macbook/variables.nix b/machines/macbook/variables.nix similarity index 100% rename from hosts/macbook/variables.nix rename to machines/macbook/variables.nix diff --git a/hosts/thinkpad/configuration.nix b/machines/thinkpad/configuration.nix similarity index 100% rename from hosts/thinkpad/configuration.nix rename to machines/thinkpad/configuration.nix diff --git a/hosts/thinkpad/hardware-configuration.nix b/machines/thinkpad/hardware-configuration.nix similarity index 100% rename from hosts/thinkpad/hardware-configuration.nix rename to machines/thinkpad/hardware-configuration.nix diff --git a/hosts/thinkpad/keyboard.nix b/machines/thinkpad/keyboard.nix similarity index 100% rename from hosts/thinkpad/keyboard.nix rename to machines/thinkpad/keyboard.nix diff --git a/hosts/thinkpad/variables.nix b/machines/thinkpad/variables.nix similarity index 100% rename from hosts/thinkpad/variables.nix rename to machines/thinkpad/variables.nix