summaryrefslogtreecommitdiff
path: root/sys/auth/default.nix
blob: 4678da9402744eef73418029873787e1997462c3 (plain)
1
2
3
4
5
6
{
  imports = [
    ./oath.nix
    ./openssh.nix
  ];
}