{ self, ... }: { system.autoUpgrade = { enable = true; flake = self.outPath; flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ]; dates = "daily"; }; }