Gürkan
Gürkan
On my side: ``` ~> systemctl --user show-environment | grep DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus ``` And ``` ~> sudo lsof -a -U -p $(pgrep -U $UID 'systemd') ... systemd 1935 gurkan 28u...
Yep, no crashes 🎉 ``` ... Creating home file links in /home/gurkan Activating onFilesChange Activating reloadSystemd Starting units: hm-graphical-session.target, tray.target ``` So, the problem is that home-manager can't grab `DBUS_SESSION_BUS_ADDRESS`...
> I think the proper solution is to remove the use of `dbus-run-session` but for now perhaps the hack I added in sd-switch works. I imagine you are not the...
Just a random question: Is this expected to be cross-browser thing? On my test the file is downloaded on chrome but firefox insists on playing it: [example](https://paste.gurkan.in/hot-rattler.mp4?download=true)
Aaah makes sense. Looks like there are [2 different variants of wifi](https://wiki.archlinux.org/index.php/Dell_XPS_13_(9310)#Wifi) on this model. Mine is indeed AX201: ``` 00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201 (rev 20)...
Honestly I don't have much experience with modules, will check it out. Hopefully there is an example in the repo already.
This would be great!
Already mentioned in linked duplicate, but here is my use case: I'm trying to automate restic operations via crons. Since multiple hosts are backing up to same repository, maintenance operations...