From 66bda229c49f86d4060d1f920912e12f32a06968 Mon Sep 17 00:00:00 2001 From: Tucker Shea Date: Tue, 24 Dec 2024 21:31:42 -0500 Subject: [PATCH] fix: correct tuffy platform (#162) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 68947a9..7fd3386 100644 --- a/flake.nix +++ b/flake.nix @@ -118,7 +118,7 @@ }; nixosConfigurations."tuffy-oracle-ash-01" = nixosSystem { - system = "x86_64-linux"; + system = "aarch64-linux"; specialArgs = {inherit (self) inputs outputs;}; modules = [ ./hosts/tuffy-oracle-ash-01