So I have had mixed results with unattended upgrades on Debian based distros. It sometimes works and sometimes doesn’t. It turns out that sometimes you need to enable it though dpkg-reconfigure unattended-upgrades

Problem solved

  • WeAreAllOne
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Don’t all these edits create huge snapshots or what is called in nixos ?

    • igorlogius@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      edit-2
      1 year ago

      not really an issue with a few more lines of configuration

      nix.gc = {
          automatic = true;
          dates = "weekly";
          options = "--delete-older-than 30d";
      };