diff --git a/modules/open-fprint-suspend-fix.nix b/modules/open-fprint-suspend-fix.nix index 179cbc5..3780118 100644 --- a/modules/open-fprint-suspend-fix.nix +++ b/modules/open-fprint-suspend-fix.nix @@ -12,7 +12,7 @@ after = targets; serviceConfig = { type = "oneshot"; - ExecStart = "systemctl restart open-fprintd.service python3-validity.service"; + ExecStart = "systemctl restart python3-validity.service"; }; }; };