summaryrefslogtreecommitdiff
path: root/modules/system/access/default.nix
blob: 7db7629f1f5316975fec92e4a825498113c54615 (plain) (blame)
1
2
3
4
5
6
7
{
  imports = [
    ./gnupg.nix
    ./mosh.nix
    ./ssh.nix
  ];
}