Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 498 Bytes

This repository contains an Ansible playbook that sets up some aspects of an Archlinux instance in WSL.

To run this, the following configuration should be present in the Windows user's home directory, in .wslconfig:

processors=8
memory=8GB
swap=0
guiApplications=false
firewall=false
kernelCommandLine=systemd.firstboot=false

[experimental]
autoMemoryReclaim=gradual
sparseVhd=true```

Note that `systemd.firstboot` might still interact with the first run after changing to systemd.