aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/images/wsl2.scm
Commit message (Collapse)AuthorAge
* images: wsl2: Create XDG_RUNTIME_DIR on first login.dan2022-12-26
| | | | | | | * gnu/system/images/wsl2.scm (wsl-boot-program): Create XDG_RUNTIME_DIR on first login and set it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* system: Use a valid license as the dummy license.Ricardo Wurmus2022-10-13
| | | | * gnu/system/images/wsl2.scm (dummy-package)[license]: Do not use #F.
* system: images: Add wsl2 module.Alex Griffin2022-09-24
* gnu/system/images/wsl2.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi ("System Images"): Document it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>