diff options
author | Victor Engmark <vengmark@linz.govt.nz> | 2023-05-15 10:14:33 +1200 |
---|---|---|
committer | Victor Engmark <vengmark@linz.govt.nz> | 2023-05-15 10:16:12 +1200 |
commit | 17a1c1ee4ed9c59fff08e0ec3d7ca26cbae5fd53 (patch) | |
tree | 0b3bcc7ec60549de55dbae94951a88eab3eec174 /doc/manual/src | |
parent | 3cc9b8630b5651372533f0e11324ba565a2c98a1 (diff) |
docs: Sort files by name
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/installation/uninstall.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/installation/uninstall.md b/doc/manual/src/installation/uninstall.md index 870d6bed7..6fad20eac 100644 --- a/doc/manual/src/installation/uninstall.md +++ b/doc/manual/src/installation/uninstall.md @@ -34,7 +34,7 @@ If you are on Linux with systemd: Remove files created by Nix: ```console -sudo rm -rf /nix /etc/nix /etc/profile.d/nix.sh ~root/.nix-profile ~root/.nix-defexpr ~root/.nix-channels ~/.nix-profile ~/.nix-defexpr ~/.nix-channels +sudo rm -rf /etc/nix /etc/profile.d/nix.sh /nix ~/.nix-channels ~/.nix-defexpr ~/.nix-profile ~root/.nix-channels ~root/.nix-defexpr ~root/.nix-profile ``` Remove build users and their group: @@ -48,8 +48,8 @@ sudo groupdel nixbld There may also be references to Nix in -- `/etc/profile` - `/etc/bashrc` +- `/etc/profile` - `/etc/zshrc` which you may remove. |