{ self, ... }:
{
  system.autoUpgrade = {
    enable = true;
    flake = self.outPath;
    dates = "daily";
  };
}