Commit Graph

4 Commits

Author SHA1 Message Date
Oliver Schmidt
6dfb871fdc varnish,nixos/varnish: expose stateDir from package to module
Unfortunately, Vinyl Cache has decided to change the default state dir
in a patch release. As this is a compile-time constant, we
- now explicitly provide a well-chosen stateDir in the package
- basically keep the stateDir as is, beacuse /var/run/ is a symlink to
  /run
- expose it via passthru to the module that picks up the particular
  stateDir of the package used

Note: The patch file has been created from git, but then manually
altered Makefile.am -> Makefile.in to account for the preprocessing of
the release tarball.
2026-05-20 15:22:43 +02:00
Oliver Schmidt
8d2dc6741a vinyl-cache: 9.0.0 -> 9.0.1
fixes VSV00019

Co-authored-by:    R. Ryantm <ryantm-bot@ryantm.com>
2026-05-19 21:59:22 +02:00
Leona Maroni
d7de32990c nixos/vinyl-cache: init module
This module is essentialy the same as services.varnish, but adapts to the
changed project name. For the lifetime of NixOS 26.05, we still support
Varnish to simplify the migration.
2026-04-24 11:36:05 +02:00
Leona Maroni
a428a525d3 vinyl-cache_9: init at 9.0.0
This package is fairly similar to the varnish packages, but has no modules
packages because the "varnish-modules" projects expects a varnish, not a
vinyl cache.
2026-04-17 15:07:29 +02:00