Files
clan-core/templates/flake-parts/machines/jon/hardware-configuration.nix
2024-07-15 15:02:36 +00:00

15 lines
419 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 hw-generate <maschine_name> <hostname>'
OR:
'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".
''