mirror of
https://github.com/ivabus/nixos
synced 2024-11-24 01:15:06 +03:00
machines/celerrime: nixfmt time
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
a356ab43c4
commit
f8b03f9e6f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in {
|
|||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
# Enable screen space near notch
|
||||
boot.kernelParams = [ "apple_dcp.show_notch=1" ];
|
||||
services.logind.extraConfig = ''
|
||||
services.logind.extraConfig = ''
|
||||
HandlePowerKey=ignore
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue