From feb6805bb6bd6fa9d5ea826326866d99ce45bf6e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 13 Aug 2024 12:27:24 +0200 Subject: Revert "..." This reverts commit c5855985a4b2494f1acdc99c3e2024e758b25759. --- accounts/gkleen@sif/systemd.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'accounts/gkleen@sif/systemd.nix') diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 5608b833..e5d1681c 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, utils, userName, ... }: +{ pkgs, lib, config, userName, ... }: let inherit (lib) listToAttrs nameValuePair; @@ -205,11 +205,6 @@ in { RuntimeDirectory = "swayidle"; }; }; - poweralertd = { - Service = { - ExecStart = lib.mkForce "${lib.getExe pkgs.poweralertd} ${utils.escapeSystemdExecArgs ["-i" "mouse"]}"; - }; - }; } // listToAttrs (map ({host, port}: nameValuePair "proxy-to-autossh-socks@${toString port}" { Unit = { Requires = ["autossh-socks@${host}:${toString (port + 1)}.service" "proxy-to-autossh-socks@${toString port}.socket"]; -- cgit v1.2.3