wsl: add caches to basic setup
This commit is contained in:
parent
70ef33dc4e
commit
3f8f2df07a
2 changed files with 20 additions and 1 deletions
|
@ -10,6 +10,11 @@ with lib.wyrdgard;
|
|||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = config.wyrdgard.user.name;
|
||||
|
||||
usbip = {
|
||||
enable = true;
|
||||
autoAttach = [ "3-1" ];
|
||||
};
|
||||
};
|
||||
|
||||
wyrdgard = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue