From 34a40e283facd60a373875fde1b0db572bedcb52 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 13 Sep 2024 20:13:27 +0000 Subject: Change lapin flake system property to ARM64 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a613be2..5c5ae87 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ outputs = inputs @ { self, nixpkgs, nixpkgs-unstable }: let - system = "x86_64-linux"; + system = "aarch64-linux"; in { nixosConfigurations = { lapin = nixpkgs.lib.nixosSystem { -- cgit 1.4.1