mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
12dcbe5876
commit
f7ee648345
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue