about summary refs log tree commit diff stats
path: root/system/services/swaylock/default.nix
blob: 1d652c661aa30fd09659f8419345be6b9879d95e (plain) (blame)
1
2
3
4
5
# vim: ts=2
{...}: {
  # otherwise swaylock can't access the user password.
  security.pam.services.swaylock = {};
}