mashu: Document workarounds
This commit is contained in:
parent
34c1d0aadb
commit
6a73a4d72f
@ -50,6 +50,7 @@ in mkHost config {
|
||||
};
|
||||
|
||||
services.gnome.gnome-settings-daemon.enable = true;
|
||||
# TODO: phosh 0.10.2 does not grab this. Just set it.
|
||||
services.logind.extraConfig = ''
|
||||
HandlePowerKey=suspend
|
||||
'';
|
||||
@ -57,6 +58,12 @@ in mkHost config {
|
||||
tapping = 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 = {
|
||||
gsd-media = {
|
||||
description = "GSD media keys handling";
|
||||
|
Loading…
Reference in New Issue
Block a user