summary refs log tree commit diff stats
path: root/sys/security/default.nix
blob: 234bf6db56c55628188d9a6770bbfde8805d131f (plain) (blame)
1
2
3
4
5
6
{...}: {
  imports = [
    ./pam
    ./rtkit
  ];
}