Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/custom-command-sample.json
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-20 08:41:18 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-20 08:41:18 -0400
commit5fe3a77aedb8d0f9230c13c89139c77328ed28f7 (patch)
tree8dc50330cc34155776e6dfb7f9731e46127fc638 /examples/custom-command-sample.json
parent9c8d55dd76171909da27c90944ef9a686f6426cf (diff)
Update configuration script to work with changes
Diffstat (limited to 'examples/custom-command-sample.json')
-rw-r--r--examples/custom-command-sample.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/custom-command-sample.json b/examples/custom-command-sample.json
index 0ddf62b9..0518d3db 100644
--- a/examples/custom-command-sample.json
+++ b/examples/custom-command-sample.json
@@ -6,7 +6,6 @@
"chown -R devel:devel /home/devel/paru",
"usermod -aG docker devel"
],
- "desktop": "gnome",
"!encryption-password": "supersecret",
"filesystem": "btrfs",
"harddrive": {
@@ -26,7 +25,7 @@
"NetworkManager": true
},
"packages": ["docker", "git", "wget", "zsh"],
- "profile": "desktop",
+ "profile": "gnome",
"superusers": {
"devel": {
"!password": "devel"