machine(Akun): Enable system feature gccarch-skylake

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

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";
}