config | add intel tag for colmena

This commit is contained in:
Don Harper 2024-10-03 23:00:15 -05:00
parent fb880d8d6c
commit ae09f98740
4 changed files with 4 additions and 4 deletions

View file

@ -20,6 +20,6 @@
];
networking.hostName = "eve";
deployment = {
tags = ["workstation"];
tags = ["workstation" "intel"];
};
}

View file

@ -16,6 +16,6 @@
];
networking.hostName = "fred";
deployment = {
tags = ["server"];
tags = ["server" "intel"];
};
}

View file

@ -22,6 +22,6 @@
networking.hostName = "loki";
boot.binfmt.emulatedSystems = ["aarch64-linux"];
deployment = {
tags = ["workstation"];
tags = ["workstation" "intel"];
};
}

View file

@ -19,6 +19,6 @@
];
networking.hostName = "smaug";
deployment = {
tags = ["workstation"];
tags = ["workstation" "intel"];
};
}