From 9180991b521e88bde19184d48f4254bc0b6ba01e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 1 Feb 2024 18:43:41 +0530 Subject: rename --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3a45625..b82fa94 100644 --- a/flake.nix +++ b/flake.nix @@ -17,11 +17,11 @@ # nixos-rebuild --flake .#machine nixosConfigurations = { - z = nixpkgs.lib.nixosSystem { + x = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ - ./machines/z/configuration.nix + ./machines/x/configuration.nix inputs.home-manager.nixosModules.default ]; }; -- cgit v1.2.3