diff options
author | Efraim Flashner <[email protected]> | 2025-03-02 14:21:59 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-03-02 14:21:59 +0200 |
commit | 61ca5bdbce55c38615b6f98a1835fa64b5220a7b (patch) | |
tree | 6047e11fb03c607d8bb189c08180cb03b799d52b /.gitignore | |
parent | 7b091cefa4c0179b1e86130fe8f9fa7ba899db9e (diff) |
nix: Install guix-gc systemd timer.
* nix/local.mk (nodist_systemdservice_DATA): Add etc/guix-gc.timer.
(etc/guix-gc.timer): Add rule to generate file.
(EXTRA_DIST): Add guix-gc.timer.in, remove guix-gc.timer.
* gitignore: Add etc/guix-gc.timer.
Change-Id: I361aef660fe7d9803f58f4e31e16d8db595d1853
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cdb3869de0..66c2ea39a5 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ /etc/guix-publish.conf /etc/guix-publish.service /etc/guix-gc.service +/etc/guix-gc.timer /etc/init.d/guix-daemon /etc/openrc/guix-daemon /guix-* |