mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-03 22:05:40 +07:00
26 lines
567 B
JSON
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"
|
|
}
|