10 lines
284 B
Nix
10 lines
284 B
Nix
# Copy this file to hardware-configuration.nix on a real NixOS host.
|
|
# Generate the real file with:
|
|
# sudo nixos-generate-config --show-hardware-config > hosts/<host>/hardware-configuration.nix
|
|
|
|
{ ... }:
|
|
|
|
{
|
|
# Example only. Replace with the real generated content for this host.
|
|
}
|