remove system from topgrade ignore
This commit is contained in:
@@ -114,9 +114,5 @@
|
||||
# Let Home Manager install and manage itself.
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
topgrade = {
|
||||
settings = { disable = [ "system" ]; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user