Slock

From NixOS Wiki
Revision as of 12:07, 1 July 2017 by imported>Fadenb

Setup

cannot disable the out-of-memory killer for this process

slock requires root for accessing passwords and protecting itself from OOM killing. To fix this error, add slock to your system packages and setuidPrograms security.wrappers by modifying your global configuration.nix like so :

security.wrappers = {
  slock.source = "${pkgs.slock}/bin/slock";
};