From e28189085d3096f8bf1c486a03b5f162d43a2336 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Fri, 16 Jul 2021 18:58:29 +0200 Subject: [PATCH] nix: Move config for thrall to hosts --- flake.nix | 2 +- thrall/configuration.nix => hosts/thrall/default.nix | 0 {thrall => hosts/thrall}/hardware-configuration.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename thrall/configuration.nix => hosts/thrall/default.nix (100%) rename {thrall => hosts/thrall}/hardware-configuration.nix (100%) diff --git a/flake.nix b/flake.nix index 995e8d9..e3b1d20 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixosConfigurations."thrall" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = - [ ./thrall/configuration.nix ]; + [ ./hosts/thrall ]; }; }; diff --git a/thrall/configuration.nix b/hosts/thrall/default.nix similarity index 100% rename from thrall/configuration.nix rename to hosts/thrall/default.nix diff --git a/thrall/hardware-configuration.nix b/hosts/thrall/hardware-configuration.nix similarity index 100% rename from thrall/hardware-configuration.nix rename to hosts/thrall/hardware-configuration.nix