diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-14 15:13:12 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-16 15:37:41 +0200 |
| commit | 1a1faa78b0498fbb71f1533beb4b65817c1d3f2a (patch) | |
| tree | 26e517d245b551901679a6ca4e9fc6430f526b55 /.gitignore | |
| parent | 0fe654ebcdf3399a950da65b50924096c947df42 (diff) | |
etc: Add a systemd unit to bind-mount @storedir@ read-only.
* etc/gnu-store.mount.in: New file.
* nix/local.mk (nodist_systemdservice_DATA): Add it.
(etc/%.mount): New rule for it.
* etc/guix-install.sh (sys_enable_guix_daemon): Install it.
* doc/guix.texi (Binary Installation): Document it.
* .gitignore: Ignore changes to it.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cc5ceb5e10b..05a68b69ffc 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -66,6 +66,7 @@ | |||
| 66 | /doc/stamp-vti | 66 | /doc/stamp-vti |
| 67 | /doc/version.texi | 67 | /doc/version.texi |
| 68 | /doc/version-*.texi | 68 | /doc/version-*.texi |
| 69 | /etc/gnu-store.mount | ||
| 69 | /etc/guix-daemon.cil | 70 | /etc/guix-daemon.cil |
| 70 | /etc/guix-daemon.conf | 71 | /etc/guix-daemon.conf |
| 71 | /etc/guix-daemon.service | 72 | /etc/guix-daemon.service |
