mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
system: Do not export local-host-entries.
Unlike the deprecated 'local-host-aliases', there's no use for local-host-entries since it's used to set the default value for hosts-service-type. Given that this service-type is expected to be extended, one presumes that when they explicitly override the service default value they do not have much interest in the 'local-host-entries' procedure. * gnu/system.scm: Do not export local-host-entries. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ce02b23bb9
commit
c742615b76
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ (define-module (gnu system)
|
|||
boot-parameters->menu-entry
|
||||
|
||||
local-host-aliases ;deprecated
|
||||
local-host-entries
|
||||
%root-account
|
||||
%setuid-programs
|
||||
%sudoers-specification
|
||||
|
|
Loading…
Reference in a new issue