[nixosModules] update forgejo-runner cache dir
pyrox.dev 1 week ago 7dc53d03 fbc203c7
··· 26 26 }; 27 27 cache = { 28 28 enabled = true; 29 29 - dir = "/var/lib/forgejo/runners/cache/"; 30 30 - host = ""; 31 29 port = 0; 32 30 }; 33 31 container = {