diff options
author | Alexey Abramov <levenson@mmer.org> | 2022-10-01 15:12:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-06 00:11:18 +0200 |
commit | 40ad967322ac270bb1273c5cdd2ae7db8051ef36 (patch) | |
tree | 6e4a06fd144ec4a108e4884122fe5fd516d92d5d /po | |
parent | 7d04f3ad285225fe44d4aac8680178ed18fcdfb5 (diff) | |
download | guix-40ad967322ac270bb1273c5cdd2ae7db8051ef36.tar.gz |
services: dhcp-client: Implement and use a configuration record.
* gnu/services/networking.scm (dhcp-client-configuration): New record configuration. (dhcp-client-shepherd-service): Implement a shepher service. Provide a deprication message for legacy configurations. (dhcp-client-service-type): Use dhcp-client-shepherd-service. * doc/guix.texi (Networking Setup): Update. * po/guix/POTFILES.in: Add 'gnu/services/networking.scm'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 4050a4c7ae..ed3fdb6be0 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -5,6 +5,7 @@ gnu/packages.scm gnu/services.scm gnu/system.scm gnu/services/configuration.scm +gnu/services/networking.scm gnu/services/shepherd.scm gnu/services/samba.scm gnu/home/services.scm |