[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60735] [PATCH 0/2] Implement etc-hosts-service-type
From: |
Bruno Victal |
Subject: |
[bug#60735] [PATCH 0/2] Implement etc-hosts-service-type |
Date: |
Wed, 11 Jan 2023 17:26:23 +0000 |
This patch-set introduces etc-hosts-service-type which allows for /etc/hosts to
be
extended with service-extensions.
As an example of such a service, %facebook-host-aliases was used as a base for
the new block-facebook-hosts-service-type.
Indirectly solves #59700.
Bruno Victal (2):
services: Add etc-hosts-service-type.
services: Add block-facebook-hosts-service-type.
doc/guix.texi | 42 ++++++++++++-------------
gnu/services.scm | 18 +++++++++++
gnu/services/networking.scm | 61 ++++++++++++++++++-------------------
gnu/system.scm | 55 ++++++++++++++++++++++++---------
4 files changed, 107 insertions(+), 69 deletions(-)
base-commit: c42ae60a84f0e7c30126f726a0057781b81f5074
--
2.38.1
- [bug#60735] [PATCH 0/2] Implement etc-hosts-service-type,
Bruno Victal <=