From e3cea535eb9e25ed2d4226ecd70b0c0224581272 Mon Sep 17 00:00:00 2001 From: Faris Date: Tue, 28 Apr 2026 01:16:17 +0100 Subject: [PATCH] Add hardware-config location to readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 409b6f2..b598377 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ To update the flake run: ``` 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 ```