services.physlock.lockOn.extraTargets

NixOS option

Other targets to lock the screen just before. Useful if you want to e.g. both autologin to X11 so that your ~/.xsession gets executed and still to have the screen locked so that the system can be booted relatively unattended.

type: list of string
Default
[ ]
Example
[
  "display-manager.service"
]
declared in: nixos/modules/services/security/physlock.nixView source on NixOS/nixpkgs →