host/zinc: enable intel optimisations
This commit is contained in:
parent
bdb78d60c1
commit
e0049c72ea
@ -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"; };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user