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