rm -v -rf /etc/{dbus-1,terminfo,systemd}

This commit is contained in:
Alexander Tomokhov 2023-11-18 08:58:34 +04:00
parent 47f3ba8cee
commit 3fa57fc77f

View file

@ -311,6 +311,8 @@ infect() {
exit 1 exit 1
fi fi
rm -v -rf /etc/{dbus-1,terminfo,systemd}
echo "activate the built configuration..." echo "activate the built configuration..."
if ! /nix/var/nix/profiles/system/activate; then if ! /nix/var/nix/profiles/system/activate; then
echo "Failed!"; exit 1 echo "Failed!"; exit 1