diff --git a/orexin/configuration.nix b/orexin/configuration.nix index b83b9cb..848a176 100644 --- a/orexin/configuration.nix +++ b/orexin/configuration.nix @@ -98,7 +98,7 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; - +services.logind.lidSwitch = "ignore"; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];