From af5cb9c7d1001b4079ee8b2b4f605ef2a3d71bdf Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Wed, 2 Oct 2024 13:39:38 +0200 Subject: [PATCH] nixos/polkit/disable-shutdown: allow delaying power actions --- nix-os/polkit/disable-shutdown.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix-os/polkit/disable-shutdown.nix b/nix-os/polkit/disable-shutdown.nix index 24571dd..660c32a 100644 --- a/nix-os/polkit/disable-shutdown.nix +++ b/nix-os/polkit/disable-shutdown.nix @@ -15,8 +15,6 @@ action.id == "org.freedesktop.login1.inhibit-block-idle" || action.id == "org.freedesktop.login1.inhibit-block-shutdown" || action.id == "org.freedesktop.login1.inhibit-block-sleep" || - action.id == "org.freedesktop.login1.inhibit-delay-shutdown" || - action.id == "org.freedesktop.login1.inhibit-delay-sleep" || action.id == "org.freedesktop.login1.inhibit-handle-hibernate-key" || action.id == "org.freedesktop.login1.inhibit-handle-lid-switch" || action.id == "org.freedesktop.login1.inhibit-handle-power-key" ||