machine(Cape): Enable system feature gccarch-ivybridge

This commit is contained in:
ulic-youthlic 2025-06-24 21:42:12 +08:00
parent 44729474aa
commit c196ad8e20
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

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