machine(Akun): Enable system feature gccarch-skylake

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

View file

@ -70,6 +70,7 @@
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
};
nix = {settings = {system-features = ["gccarch-skylake"];};};
system.stateVersion = "24.11";
}