add system feutre

This commit is contained in:
Johannes Jöns 2023-10-27 19:20:45 +02:00
parent 081a38165b
commit 6be0729f36

View file

@ -120,4 +120,8 @@
# https://github.com/NixOS/nixpkgs/blob/c32c39d6f3b1fe6514598fa40ad2cf9ce22c3fb7/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix#L66
boot.loader.systemd-boot.editor = false;
# Re-Compile everything for my specific cpu
nix.settings.system-features = ["gccarch-alderlake" "benchmark" "big-parallel" "kvm" "nixos-test"];
}