diff --git a/archinstall.json b/archinstall.json new file mode 100644 index 0000000..670c76c --- /dev/null +++ b/archinstall.json @@ -0,0 +1,48 @@ +{ + "archinstall-language": "Russian", + "audio_config": { + "audio": "pipewire" + }, + "bootloader": "Grub", + "custom_commands": [], + "hostname": "archlinux", + "kernels": [ + "linux" + ], + "locale_config": { + "kb_layout": "us", + "sys_enc": "UTF-8", + "sys_lang": "ru_RU.UTF-8" + }, + "mirror_config": { + "custom_repositories": [], + "custom_servers": [], + "mirror_regions": {}, + "optional_repositories": [] + }, + "network_config": { + "type": "iso" + }, + "ntp": true, + "packages": [], + "parallel_downloads": 0, + "profile_config": { + "gfx_driver": "Nvidia (open-source nouveau driver)", + "greeter": "gdm", + "profile": { + "custom_settings": { + "Hyprland": { + "seat_access": "polkit" + } + }, + "details": [ + "Hyprland" + ], + "main": "Desktop" + } + }, + "services": [], + "swap": true, + "timezone": "Asia/Vladivostok", + "version": null +}