aboutsummaryrefslogtreecommitdiff
[Unit]
Description=Read-only @storedir@ for GNU Guix
DefaultDependencies=no
ConditionPathExists=@storedir@
Before=guix-daemon.service

[Install]
WantedBy=guix-daemon.service

[Mount]
What=@storedir@
Where=@storedir@
Type=none
Options=bind,ro
AgeCommit message (Expand)Author 2022-04-29tests: Avoid starting services to check whether they're running....Ludovic Courtès 2021-10-06tests: gitile: Increase VM memory size....Mathieu Othacehe 2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès 2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès 2021-09-02gnu: version-control: Add gitile service....Julien Lepiller 2020-11-07tests: git-http: Avoid race condition....Ludovic Courtès