machine(Cape): Enable system feature gccarch-ivybridge
This commit is contained in:
parent
44729474aa
commit
c196ad8e20
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue