refactor: Join commands to remove files

This commit is contained in:
Victor Engmark 2023-05-15 11:05:26 +12:00
parent ed016a5bb0
commit 6e1bfb93dc

View file

@ -24,17 +24,10 @@ If you are on Linux with systemd:
sudo systemctl daemon-reload
```
1. The installer script uses systemd-tmpfiles to create the socket directory.
You may also want to remove the configuration for that:
```console
sudo rm /etc/tmpfiles.d/nix-daemon.conf
```
Remove files created by Nix:
```console
sudo rm -rf /etc/nix /etc/profile.d/nix.sh /nix ~root/.nix-channels ~root/.nix-defexpr ~root/.nix-profile
sudo rm -rf /etc/nix /etc/profile.d/nix.sh /etc/tmpfiles.d/nix-daemon.conf /nix ~root/.nix-channels ~root/.nix-defexpr ~root/.nix-profile
```
Remove build users and their group: