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