config | add intel tag for colmena
This commit is contained in:
parent
fb880d8d6c
commit
ae09f98740
4 changed files with 4 additions and 4 deletions
|
|
@ -20,6 +20,6 @@
|
||||||
];
|
];
|
||||||
networking.hostName = "eve";
|
networking.hostName = "eve";
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["workstation"];
|
tags = ["workstation" "intel"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,6 @@
|
||||||
];
|
];
|
||||||
networking.hostName = "fred";
|
networking.hostName = "fred";
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["server"];
|
tags = ["server" "intel"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,6 @@
|
||||||
networking.hostName = "loki";
|
networking.hostName = "loki";
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["workstation"];
|
tags = ["workstation" "intel"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,6 @@
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["workstation"];
|
tags = ["workstation" "intel"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue