Add optimizations to installer

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-19 09:31:35 +01:00
parent bf5b25fec8
commit ea3a2d46f3
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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";
};
}