diff --git a/usr/share/ublue-os/topgrade.toml b/usr/share/ublue-os/topgrade.toml index 9f429d66bdc..3dcc032939f 100644 --- a/usr/share/ublue-os/topgrade.toml +++ b/usr/share/ublue-os/topgrade.toml @@ -1,12 +1,9 @@ -[include] -paths = ["/etc/ublue-os/topgrade.toml"] - [misc] no_self_update = true -disable = ["self_update", "toolbx", "containers", "shell"] +disable = ["self_update", "toolbx", "containers"] ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3", "helm", "home_manager", "firmware"] assume_yes = true no_retry = false [linux] -rpm_ostree = true \ No newline at end of file +rpm_ostree = true