fermi/machines/jon/hardware-configuration.nix
2024-11-30 20:44:50 +01:00

15 lines
430 B
Nix

# Replace this file with an actual hardware-configuration.nix!
throw ''
Did you forget to generate your hardware config?
Run the following command:
'clan machines update-hardware-config <machine_name> <hostname>'
OR:
'ssh root@<hostname> nixos-generate-config --no-filesystems --show-hardware-config > hardware-configuration.nix'
And manually replace this file with the generated "hardware-configuration.nix".
''