Modify custom profile example to try to get it working

This commit is contained in:
Dylan M. Taylor 2021-05-19 22:41:07 -04:00 committed by Dylan Taylor
parent 7a98ccb9aa
commit f137bc4076
1 changed files with 5 additions and 4 deletions

View File

@ -2,8 +2,9 @@
"audio": "pipewire", "audio": "pipewire",
"bootloader": "systemd-bootctl", "bootloader": "systemd-bootctl",
"custom-commands": [ "custom-commands": [
"cd /tmp; git clone https://aur.archlinux.org/paru.git; cd paru; makepkg -si", "cd /home/devel; git clone https://aur.archlinux.org/paru.git",
"paru -S --noconfirm bitwarden discord etcher-bin google-chrome steam visual-studio-code-bin" "chown -R devel:devel /home/devel/paru",
"usermod -aG docker devel"
], ],
"desktop": "gnome", "desktop": "gnome",
"!encryption-password": "supersecret", "!encryption-password": "supersecret",
@ -24,7 +25,8 @@
"nic": { "nic": {
"NetworkManager": true "NetworkManager": true
}, },
"packages": ["docker", "firefox", "gimp", "git", "hexchat", "libreoffice-fresh", "vlc", "wget", "zsh"], "packages": ["docker", "git", "wget", "zsh"],
"profile": "desktop",
"superusers": { "superusers": {
"devel": { "devel": {
"!password": "devel" "!password": "devel"
@ -32,5 +34,4 @@
}, },
"timezone": "US/Eastern", "timezone": "US/Eastern",
"users": {} "users": {}
}
} }