mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
services: dhcp-client: Fix name of the provision accessor.
This is a followup to 04f71edb73
.
* gnu/services/networking.scm (<dhcp-client-configuration>)[shepherd-provision]:
Fix accessor name.
This commit is contained in:
parent
5abc40d7f7
commit
fc3a53525a
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ (define-record-type* <dhcp-client-configuration>
|
||||||
(default isc-dhcp))
|
(default isc-dhcp))
|
||||||
(shepherd-requirement dhcp-client-configuration-shepherd-requirement
|
(shepherd-requirement dhcp-client-configuration-shepherd-requirement
|
||||||
(default '()))
|
(default '()))
|
||||||
(shepherd-provision dhcp-client-configuration-provision
|
(shepherd-provision dhcp-client-configuration-shepherd-provision
|
||||||
(default '(networking)))
|
(default '(networking)))
|
||||||
(interfaces dhcp-client-configuration-interfaces
|
(interfaces dhcp-client-configuration-interfaces
|
||||||
(default 'all))) ;'all | list of strings
|
(default 'all))) ;'all | list of strings
|
||||||
|
|
Loading…
Reference in a new issue