Skip to content

Commit

Permalink
hardware/thinkpad-p1: no more arch/tune
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Aug 25, 2020
1 parent c57af03 commit fa3c16b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions hardware/thinkpad-p1.nix
Expand Up @@ -45,16 +45,7 @@
systemFeatures = [ "benchmark" "nixos-test" "big-parallel" "kvm" "gccarch-skylake" ];
};

nixpkgs = {
overlays = [ (import ../overlays/march-skylake.nix) ];
localSystem = {
system = "x86_64-linux";
platform = lib.systems.platforms.pc64 // {
gcc.arch = "skylake";
gcc.tune = "skylake";
};
};
};
nixpkgs.localSystem.system = "x86_64-linux";

services = {
fstrim.enable = true;
Expand Down

0 comments on commit fa3c16b

Please sign in to comment.