aubergine: networking: revert to a working modemmanager (1.18.12)
[julm/julm-nix.git] / nixos / profiles / hardware / X201.nix
index 3a8678825f8a3720b1735d9f73d6c7b26317b0cc..57dab9d8a45a273c3c7b82af210866f9217a494f 100644 (file)
@@ -4,6 +4,11 @@
     ./thinkpad.nix
   ];
 
+  nixpkgs.hostPlatform = {
+    system = "x86_64-linux";
+    config = "x86_64-unknown-linux-gnu";
+  };
+
   # tp_smapi works on ThinkPads made before 2013. See compat table:
   # https://www.thinkwiki.org/wiki/Tp_smapi#Model-specific_status
   boot.kernelModules = [ "tp_smapi" ];