machines/celerrime: nixfmt time

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-01-01 16:31:30 +03:00
parent a356ab43c4
commit f8b03f9e6f
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -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
'';