From a6b7791093bc5310019a38520c490e90a64d63aa Mon Sep 17 00:00:00 2001 From: Timo Boomers Date: Sat, 17 May 2025 13:59:06 +0200 Subject: [PATCH] changed x86 to arm --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c031ab5..0f22715 100644 --- a/flake.nix +++ b/flake.nix @@ -160,7 +160,7 @@ }; "deploy@p-th-rpi-01" = home-manager.lib.homeManagerConfiguration { - pkgs = nixpkgs.legacyPackages.x86_64-linux; + pkgs = nixpkgs.legacyPackages.aarch64-linux; extraSpecialArgs = { inherit inputs nix-colors; }; modules = [ ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })