summaryrefslogtreecommitdiffstats
path: root/acf2/modules/network.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf2/modules/network.lua')
-rw-r--r--acf2/modules/network.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/acf2/modules/network.lua b/acf2/modules/network.lua
index 2d962bc..77407f6 100644
--- a/acf2/modules/network.lua
+++ b/acf2/modules/network.lua
@@ -246,7 +246,7 @@ Interface.stats = M.Collection{
local Net = M.new()
Net.host_name = M.String{addr='/augeas/etc/hostname/hostname'}
-Net.hosts = M.List{type=Host, addr='/augeas/etc/hosts', layout='tabular'}
+Net.hosts = M.List{type=Host, addr='/augeas/etc/hosts'}
Net.resolver = M.Model{
model=Resolv, addr='/augeas/etc/resolv.conf', ui_name='DNS resolver'
}