Compare commits
1 Commits
main
...
boron-nati
Author | SHA1 | Date | |
---|---|---|---|
ef71263946 |
@ -30,6 +30,14 @@
|
|||||||
|
|
||||||
custom.defaults = true;
|
custom.defaults = true;
|
||||||
|
|
||||||
|
## Hardware optimisations
|
||||||
|
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
|
## Kernel
|
||||||
### Explicitly use the latest kernel at time of writing because the LTS
|
### 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
|
### kernels available in NixOS do not seem to support this server's very
|
||||||
|
Loading…
Reference in New Issue
Block a user