diff --git a/flake.nix b/flake.nix index 86a2394..1957063 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,9 @@ colmena = { meta = { - nixpkgs = import nixpkgs {}; + nixpkgs = import nixpkgs { + system = "x86_64-linux"; + }; }; } // helper.mapToColmenaHosts self.nixosConfigurations;