diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index 4d2ebd0..90d2651 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -28,7 +28,7 @@ top@{ inputs, moduleWithSystem, ... }: { programs = { zsh.enable = true; nix-ld.enable = true; }; services = { dbus.enable = true; - logind = { lidSwitch = "lock"; lidSwitchDocked = "lock"; killUserProcesses = true; powerKeyLongPress = "reboot"; }; + logind = { killUserProcesses = true; powerKeyLongPress = "reboot"; }; }; networking = { stevenBlackHosts = { enable = true; blockFakenews = true; blockGambling = true; blockSocial = true; }; }; });