mashu: Document workarounds

This commit is contained in:
PapaTutuWawa 2021-10-24 14:57:49 +02:00
parent 34c1d0aadb
commit 6a73a4d72f

View File

@ -50,6 +50,7 @@ in mkHost config {
}; };
services.gnome.gnome-settings-daemon.enable = true; services.gnome.gnome-settings-daemon.enable = true;
# TODO: phosh 0.10.2 does not grab this. Just set it.
services.logind.extraConfig = '' services.logind.extraConfig = ''
HandlePowerKey=suspend HandlePowerKey=suspend
''; '';
@ -57,6 +58,12 @@ in mkHost config {
tapping = true; tapping = true;
disableWhileTrying = true; disableWhileTrying = true;
}; };
# TODO: phosh only allows numerical PINs...
users.users.alexander.hashedPassword = lib.mkForce "$5$AkihyU/rnc$MrGVtF2d.2CbURQo2oIWdBdDz1ZLAnKum7BOxhUjh88";
# TODO: It seems like 0.10.2 does not do this by default. So, as a workaround, start some of these
# myself.
systemd.user.services = { systemd.user.services = {
gsd-media = { gsd-media = {
description = "GSD media keys handling"; description = "GSD media keys handling";