add desired wsl.conf (because it keeps getting overwritten)

This commit is contained in:
DannyDannyDanny 2025-01-18 07:59:36 +00:00
parent f32a5b33fa
commit e3886bbc91

23
nixos/wsl.conf Normal file
View file

@ -0,0 +1,23 @@
# this file goes here: /etc/wsl.conf
[automount]
enabled=true
ldconfig=false
mountFsTab=false
options=metadata,uid=1000,gid=100
root=/mnt
[boot]
command=
systemd=true
[interop]
appendWindowsPath=true
enabled=true
[network]
generateHosts=true
generateResolvConf=false
hostname=nixos
[user]
default=nixos