Nicos home page
Search...
⌘K
plmercereau/nicos
plmercereau/nicos
Search...
Navigation
Reference
Preconfigured hardware modules
Documentation
Reference
Guides
Reference
Nicos options
Machine options
Hardware modules
CLI
Reference
Preconfigured hardware modules
hosts-nixos/example.nix
Copy
{
hardware
,
...
}: {
imports
=
[
hardware
.
hetzner-x86
];
}
hosts-nixos/example.nix
Copy
{
hardware
,
...
}: {
imports
=
[
hardware
.
hetzner-x86
];
}
Name
Description
aarch64
Generic aarch64
hetzner-arm
Hetzner Cloud ARM
hetzner-x86
Hetzner Cloud x86
nuc
Intel NUC
raspberrypi-4
Raspberry Pi 4
raspberrypi-zero2w
Raspberry Pi Zero 2 W
x86
Generic x86
Assistant
Responses are generated using AI and may contain mistakes.
Was this page helpful?
Yes
No
Suggest edits
Machine options
CLI
hosts-nixos/example.nix
Copy
{
hardware
,
...
}: {
imports
=
[
hardware
.
hetzner-x86
];
}