Add optimizations to installer
This commit is contained in:
parent
bf5b25fec8
commit
ea3a2d46f3
1 changed files with 6 additions and 0 deletions
|
@ -6,4 +6,10 @@
|
|||
"fd0d:a262:1fa6:e621:6ec2:1e4e:ce7f:d2af/64"
|
||||
];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
# Oldest system I have is skylake-based
|
||||
nixpkgs.localSystem = {
|
||||
gcc.arch = "skylake";
|
||||
gcc.tune = "skylake";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue