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