remove system from topgrade ignore

This commit is contained in:
2025-02-08 14:00:45 +00:00
parent a3e808d71d
commit ea4e20e990
2 changed files with 0 additions and 16 deletions

View File

@@ -114,9 +114,5 @@
# Let Home Manager install and manage itself.
programs = {
home-manager.enable = true;
topgrade = {
settings = { disable = [ "system" ]; };
};
};
}

View File

@@ -142,18 +142,6 @@ with lib;
topgrade = with config.terminal;{
enable = true;
# settings = {
# misc = {
# assume_yes = true;
# };
# linux = {
# nix_arguments = if nixUpdateLocation != null then "--flake ${nixUpdateLocation}" else default;
# home_manager_arguments = if homeUpdateLocation != null then "--flake ${homeUpdateLocation}" else "";
# };
# pre_commands = {
# nix-flake-update = if flakeUpdateLocation != null then "sudo nix flake update --flake ${flakeUpdateLocation}" else "";
# };
# };
settings = mkMerge [{
misc = {
assume_yes = true;