wsl: add caches to basic setup

This commit is contained in:
Christoph Hollizeck 2025-05-30 21:33:37 +02:00
parent 70ef33dc4e
commit 3f8f2df07a
2 changed files with 20 additions and 1 deletions

View file

@ -10,6 +10,11 @@ with lib.wyrdgard;
wsl = {
enable = true;
defaultUser = config.wyrdgard.user.name;
usbip = {
enable = true;
autoAttach = [ "3-1" ];
};
};
wyrdgard = {