clan-core/templates/new-clan/machines/jon/hardware-configuration.nix

15 lines
419 B
Nix
Raw Normal View History

2024-04-10 10:03:23 +00:00
# Replace this file with an actual hardware-configuration.nix!
throw ''
Did you forget to generate your hardware config?
Run the following command:
'clan machines hw-generate <maschine_name> <hostname>'
OR:
2024-04-10 10:03:23 +00:00
'ssh root@<hostname> nixos-generate-config --no-filesystems --show-hardware-config > hardware-configuration.nix'
And manually eplace this file with the generated "hardware-configuration.nix".
2024-04-10 10:03:23 +00:00
''