| 15 Nov 2022 |
michael_j_ward | Thank you.
In the end, your help led me to windows built in Task Scheduler, and I was able to follow the GUI to create the StartNixOS task :D
https://superuser.com/a/954969/755160 | 13:50:43 |
michael_j_ward | Also thanks for alerting me to wsl-distrod. Do you know if that work was incorporated into WSL now that WSL natively supports systemd? | 13:53:01 |
K900 | No, it's an independent implementation | 13:53:42 |
K900 | You can use it with NixOS if you're OK with some jank | 13:53:53 |
| 16 Nov 2022 |
Sandro 🐧 | FYI https://github.com/microsoft/WSL/releases/tag/1.0.0 | 00:57:35 |
K900 | Oh dear god | 07:13:47 |
K900 | Why now | 07:13:53 |
nzbr (they/it) | It's about as done as Windows 11 on release | 11:43:58 |
K900 | I'm not sure why 1.0 and why now | 11:46:42 |
K900 | Like, I'd expect 1.0 to be the initial release | 11:46:50 |
K900 | Which was the non-Store version | 11:46:57 |
K900 | And I'd also expect a major bump after they're done with the systemd stuff | 11:47:10 |
nzbr (they/it) | Because now we have to specify version numbers like WSL v2 Windows-Store v1.0.0 - what's not to love about that? /s | 11:55:26 |
nzbr (they/it) | I tried to update, but the latest version in the store and with wsl --update seems to still be 0.70.5.0 | 12:00:47 |
Sandro 🐧 | In reply to @k900:0upti.me Why now Counter question: why not? | 16:11:06 |
K900 | systemd is still horribly busted for many use cases | 16:11:33 |
| omlet joined the room. | 20:34:22 |
| 17 Nov 2022 |
nzbr (they/it) | They seem to have working systemctl --user now | 11:56:27 |
K900 | Do they? | 12:02:06 |
nzbr (they/it) |  Download image.png | 12:03:06 |
K900 | Oh yeah | 12:04:18 |
K900 | It's actually running now | 12:04:21 |
K900 | But doesn't work on NixOS | 12:04:38 |
K900 | hmmm | 12:04:39 |
K900 | tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=4933168k,nr_inodes=1233292,mode=700,uid=1000,gid=100)
none on /run/user/1000 type tmpfs (rw,relatime)
| 12:11:01 |
K900 | huh | 12:11:03 |
K900 | What the hell is happening here tbh | 12:13:09 |
K900 | Yep, it's two different filesystems | 12:18:10 |
K900 | Something is definitely racy | 12:18:13 |
K900 | OK so the none is a bind mount of /mnt/wslg/runtime-dir | 12:20:42 |