From 11c95e4e13baa08ab1ced8528d0df16fa496fb00 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 27 Jul 2025 14:53:53 +0200 Subject: [PATCH] merge: wsl.conf from wsl branch --- nixos/wsl.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 nixos/wsl.conf diff --git a/nixos/wsl.conf b/nixos/wsl.conf new file mode 100644 index 0000000..202ffe7 --- /dev/null +++ b/nixos/wsl.conf @@ -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