diff --git a/README.md b/README.md index cfde8a8..859c371 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ git clone https://git.plueschbit.de/jan/nixos-conf ~/nixos b) `cp /etc/nixos/*.nix $HOSTNAME/.` c) Edit `~/nixos/flake.nix` and add section for new host d) Stage new config files: `git add flake.nix hosts/$HOSTNAME/*`. Otherwise, nixos-rebuild will refuse to work with the files. -7. Apply config: `sudo nixos-rebuild ~/nixos/$HOSTNAME` +8. Apply config: `sudo nixos-rebuild switch --flake ~/nixos/#`