gnu-store.mount.in 242 B

123456789101112131415
  1. [Unit]
  2. Description=Read-only @storedir@ for GNU Guix
  3. DefaultDependencies=no
  4. ConditionPathExists=@storedir@
  5. Before=guix-daemon.service
  6. [Install]
  7. WantedBy=guix-daemon.service
  8. [Mount]
  9. What=@storedir@
  10. Where=@storedir@
  11. Type=none
  12. Options=bind,ro