boron: add firmware and optimise compilation for hardware
All checks were successful
flake / flake (push) Successful in 2m41s
All checks were successful
flake / flake (push) Successful in 2m41s
This commit is contained in:
parent
a9c9600b14
commit
33a0194ae7
@ -30,6 +30,16 @@
|
||||
|
||||
custom.defaults = true;
|
||||
|
||||
## Hardware optimisations
|
||||
hardware.enableAllFirmware = true;
|
||||
|
||||
nix.settings.system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-znver4" ];
|
||||
nixpkgs.hostPlatform = {
|
||||
gcc.arch = "znver4";
|
||||
gcc.tune = "znver4";
|
||||
system = builtins.readFile ./system;
|
||||
};
|
||||
|
||||
## Kernel
|
||||
### Explicitly use the latest kernel at time of writing because the LTS
|
||||
### kernels available in NixOS do not seem to support this server's very
|
||||
|
Loading…
Reference in New Issue
Block a user