diff --git a/docs/en/nixos-with-flakes/other-useful-tips.md b/docs/en/nixos-with-flakes/other-useful-tips.md index 94568e0..ec9cd17 100644 --- a/docs/en/nixos-with-flakes/other-useful-tips.md +++ b/docs/en/nixos-with-flakes/other-useful-tips.md @@ -32,7 +32,7 @@ For example, you can place your flake in `~/nixos-config` and create a symbolic ```shell sudo mv /etc/nixos /etc/nixos.bak # Backup the original configuration -sudo ln -s ~/nixos-config/ /etc/nixos +sudo ln -s ~/nixos-config /etc/nixos # Deploy the flake.nix located at the default location (/etc/nixos) sudo nixos-rebuild switch