fix(fuji-wsl): make cuda work
This commit is contained in:
parent
022d122878
commit
c9abe59573
1 changed files with 3 additions and 1 deletions
|
@ -13,11 +13,13 @@
|
|||
package = pkgs.nix-ld-rs;
|
||||
};
|
||||
|
||||
environment.sessionVariables.LD_LIBRARY_PATH = ["/run/opengl-driver/lib"];
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "leo";
|
||||
nativeSystemd = true;
|
||||
# useWindowsDriver = true;
|
||||
useWindowsDriver = true;
|
||||
wslConf.network = {
|
||||
hostname = config.networking.hostName;
|
||||
generateResolvConf = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue