Add hardware-config location to readme

This commit is contained in:
Faris 2026-04-28 01:16:17 +01:00
parent 0451b1b1ee
commit e3cea535eb

View File

@ -11,9 +11,7 @@ To update the flake run:
``` ```
sudo nix flake update sudo nix flake update
``` ```
To rebuild and switch to the configuration, first copy over the *hardware.nix* and then run one of the following To rebuild and switch to the configuration, first copy over the *hardware.nix* which by default on a NixOS install will be at `/etc/nixos/hardware-configuration.nix` and then run one of the following
``` ```
sudo nixos-rebuild switch --flake .#desktop sudo nixos-rebuild switch --flake .#desktop
``` ```