Man
This commit is contained in:
parent
3aa5e12898
commit
4d430edf52
1 changed files with 5 additions and 0 deletions
|
@ -150,6 +150,11 @@
|
|||
networking.wireguard.interfaces = {
|
||||
};
|
||||
|
||||
services.logind.extraConfig = ''
|
||||
# don’t shutdown when power button is short-pressed
|
||||
HandlePowerKey=ignore
|
||||
'';
|
||||
|
||||
# set laptop dpi
|
||||
services.xserver.dpi = 100;
|
||||
|
||||
|
|
Loading…
Reference in a new issue