1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 05:25:40 +07:00
ansible-setup/config.json
2022-07-07 16:59:37 +07:00

26 lines
567 B
JSON

{
"audio": "pipewire",
"bootloader": "systemd-bootctl",
"filesystem": "btrfs",
"gfx_driver": "Intel (open-source)",
"harddrives": [
"/dev/nvme0n1"
],
"swap": false,
"hostname": "darker",
"kernels": [
"linux"
],
"keyboard-language": "us",
"mirror-region": "Worldwide",
"nic": {
"NetworkManager": false
},
"ntp": true,
"packages": ["ansible", "git", "iptables-nft"],
"profile": "xorg",
"sys-encoding": "utf-8",
"sys-language": "en_US",
"timezone": "Asia/Jakarta"
}