This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
|
[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
|