machine(Cape): Enable system feature gccarch-ivybridge

This commit is contained in:
ulic-youthlic 2025-06-24 21:42:12 +08:00
parent 18eda1df60
commit 74b250f40c

View file

@ -62,6 +62,11 @@
boot.loader.grub = {
enable = true;
};
nix = {
settings = {
system-features = ["gccarch-ivybridge"];
};
};
system.stateVersion = "24.11";
}