diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index f5bc0c6..a80df61 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -27,10 +27,11 @@ storageDriver = "overlay2"; }; - podman = { - enable = true; - recommendedDefaults = true; - }; + # Disabling as topgrade apparently prefers podman over docker and now I cant update anything :( + # podman = { + # enable = true; + # recommendedDefaults = true; + # }; }; environment.systemPackages = with pkgs; [ diff --git a/users/alice/home.nix b/users/alice/home.nix index 3046164..639f0af 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -61,9 +61,9 @@ topgrade = { enable = true; - settings.config = { + settings = { misc = { - disable = [ "system" "nix" ]; + disable = [ "system" "nix" "shell" ]; }; }; };