aboutsummaryrefslogtreecommitdiff
path: root/etc/gnu-store.mount.in
blob: c94f2db72beb1fb2dd6f395dffe3530de3a0232b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
>Marius Bakke 2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer 2022-06-08Merge branch 'master' into core-updatesLudovic Courtès 2022-05-31gnu: pdf2djvu: Disable tests to avoid Python 2 dependencies.Maxim Cournoyer 2022-05-31gnu: didjvu: Switch to a Python 3 compatible fork.Maxim Cournoyer 2022-05-31gnu: Remove djvusmooth.Maxim Cournoyer 2022-05-31gnu: ocrodjvu: Use a Python 3 compatible fork.Maxim Cournoyer