Fix comment about symlinking the hardware config

restic-rest-server
Simon Bruder 2020-08-24 11:19:15 +02:00
parent 9df4bcbda3
commit 6c9a9c474f
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Add a symlink as the global configuration
sudo ln -s /mnt/home/simon/nixos/machines/nunotaba/configuration.nix /mnt/etc/nixos/configuration.nix
Generate hardware configuration and link it to the installation system
(required because of absolute paths)
(symlinking required because of absolute paths)
sudo nixos-generate-config --root /mnt/
sudo ln -s /mnt/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix