From 8c15b996369b9849e51e23af810bfd5ebc6d21cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 21 Jun 2023 19:45:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20(hosts)=20rename=20configuration?= =?UTF-8?q?.nix=20to=20default.nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 4 ++-- hosts/hydrogen/{configuration.nix => default.nix} | 0 hosts/neodymium/{configuration.nix => default.nix} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename hosts/hydrogen/{configuration.nix => default.nix} (100%) rename hosts/neodymium/{configuration.nix => default.nix} (100%) diff --git a/flake.nix b/flake.nix index c124ea5..7ad7caa 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ system = "x86_64-linux"; specialArgs = attrs; modules = [ - ./hosts/neodymium/configuration.nix + ./hosts/neodymium home-manager.nixosModules.home-manager agenix.nixosModules.default lanzaboote.nixosModules.lanzaboote @@ -65,7 +65,7 @@ nixosConfigurations.hydrogen = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./hosts/hydrogen/configuration.nix + ./hosts/hydrogen home-manager.nixosModules.home-manager agenix.nixosModules.default lanzaboote.nixosModules.lanzaboote diff --git a/hosts/hydrogen/configuration.nix b/hosts/hydrogen/default.nix similarity index 100% rename from hosts/hydrogen/configuration.nix rename to hosts/hydrogen/default.nix diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/default.nix similarity index 100% rename from hosts/neodymium/configuration.nix rename to hosts/neodymium/default.nix