Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/config-sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config-sample.json')
-rw-r--r--examples/config-sample.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/config-sample.json b/examples/config-sample.json
index 18644860..dc8693a7 100644
--- a/examples/config-sample.json
+++ b/examples/config-sample.json
@@ -15,8 +15,7 @@
}
},
"nic": {
- "NetworkManager": true,
- "nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
+ "type": "NM"
},
"ntp": true,
"packages": [],
@@ -26,4 +25,4 @@
"sys-encoding": "utf-8",
"sys-language": "en_US",
"timezone": "UTC"
-} \ No newline at end of file
+}