From 64dedfd12986ed91ac0d22f2632d393dc625c9d7 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 14 Nov 2023 17:43:51 -0700 Subject: [PATCH] fix arch for shepard --- systems/x86_64/shepard/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64/shepard/flake.nix b/systems/x86_64/shepard/flake.nix index 4e9d322..55e1235 100644 --- a/systems/x86_64/shepard/flake.nix +++ b/systems/x86_64/shepard/flake.nix @@ -13,7 +13,7 @@ outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs: { nixosConfigurations = { "shepard" = nixpkgs.lib.nixosSystem { - system = "aarch64-linux"; + system = "x86_64-linux"; modules = [ # Import the configuration.nix we used before, so that the old configuration file can still take effect. # Note: /etc/nixos/configuration.nix itself is also a Nix Module, so you can import it directly here