diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2025-12-15 17:35:28 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2025-12-16 09:25:40 +0100 |
| commit | f7ee648345f1b6cf48d02916611ff0f50367d3fd (patch) | |
| tree | a22b5de93ff990a0fb777ec6fb76c0870ddb975b | |
| parent | 12dcbe5876edcf574d58033f8bcb46b99bed4700 (diff) | |
self: Install systemd timer and mount services.
Add missing systemd files.
* guix/self.scm (miscellaneous-files): Add gnu-store.mount
and guix-gc.timer
Change-Id: I746a575a6e82363a78f69081ec67b76457d52bf2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | guix/self.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix/self.scm b/guix/self.scm index eab6c32076b..4f6462783bb 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -717,7 +717,9 @@ DAEMON and to the current configuration variables." ,@(map (lambda (file) `(,(string-append "lib/systemd/system/" file) ,(systemd-file source daemon file))) - '("guix-gc.service" + '("gnu-store.mount" + "guix-gc.service" + "guix-gc.timer" "guix-publish.service" "guix-daemon.service")) ("share/guix/berlin.guix.gnu.org.pub" |
