1
0
Fork 0

host/zinc: enable intel optimisations

This commit is contained in:
clerie 2024-02-07 17:36:30 +01:00
parent bdb78d60c1
commit e0049c72ea
1 changed files with 6 additions and 1 deletions

View File

@ -72,7 +72,12 @@
porter = { name = "porter"; };
storage-2 = { name = "storage-2"; };
web-2 = { name = "web-2"; };
zinc = { name = "zinc"; };
zinc = {
name = "zinc";
modules = [
nixos-hardware.nixosModules.common-cpu-intel
];
};
# nixfiles-auto-install: add new host above
_iso = { name = "_iso"; };
};