diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 2f1afcef..3facc66a 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -109,12 +109,6 @@ }; }; - # laptop :( - services.logind.extraConfig = '' - # don’t shutdown when power button is short-pressed - HandlePowerKey=ignore - ''; - # Enable CUPS to print documents. # services.printing.enable = true;