From faab84bf0a0b0a0adc7df3a6a507969b43caa39d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 8 Jan 2024 18:41:17 +0100 Subject: [PATCH] Add system definition maybe? --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index a64f949..8153813 100644 --- a/flake.nix +++ b/flake.nix @@ -107,6 +107,7 @@ }; nixosConfigurations = { wheatley = nixpkgs.lib.nixosSystem { + system = "armv7l-linux"; specialArgs = {inherit inputs outputs;}; modules = [ # > Our main nixos configuration file <