mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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))
|
||||
(shepherd-requirement dhcp-client-configuration-shepherd-requirement
|
||||
(default '()))
|
||||
(shepherd-provision dhcp-client-configuration-provision
|
||||
(shepherd-provision dhcp-client-configuration-shepherd-provision
|
||||
(default '(networking)))
|
||||
(interfaces dhcp-client-configuration-interfaces
|
||||
(default 'all))) ;'all | list of strings
|
||||
|
|
Loading…
Reference in a new issue