summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-02-21 21:37:08 +0000
committerLudovic Courtès <ludo@gnu.org>2023-02-23 16:31:36 +0100
commitc742615b76a3d992b2d7d3e8db4cf5115991f16c (patch)
tree9d9b9343c0e7cdd027e3aeb68c7699ffa5028c42 /gnu
parentce02b23bb9412239e3eb318c266047ef4e95e870 (diff)
downloadguix-c742615b76a3d992b2d7d3e8db4cf5115991f16c.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index df60fda53b..53f3c62bb0 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -171,7 +171,6 @@
             boot-parameters->menu-entry
 
             local-host-aliases                    ;deprecated
-            local-host-entries
             %root-account
             %setuid-programs
             %sudoers-specification