diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/home/services.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/home/services.scm b/gnu/home/services.scm index 2e51a983cbd..6c26afafc42 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz> ;;; Copyright © 2022-2023, 2025 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2023 Carlo Zancanaro <carlo@zancanaro.id.au> +;;; Copyright © 2025 Giacomo Leidi <therewasa@fishinthecalculator.me> ;;; ;;; This file is part of GNU Guix. ;;; @@ -51,6 +52,7 @@ home-activation-service-type home-run-on-change-service-type home-provenance-service-type + home-gc-root-service-type literal-string literal-string? @@ -759,6 +761,14 @@ environment, and its configuration file, when available."))) ;;; +;;; Garbage collector roots. +;;; + +(define home-gc-root-service-type + (system->home-service-type gc-root-service-type)) + + +;;; ;;; Searching ;;; |
