aboutsummaryrefslogblamecommitdiff
path: root/modules/default.nix
blob: 257c72e73b7e829bbed3398950a81d9559cb09ef (plain) (tree)
1
2
3
4
5
6
7


             
                       
             

    
{ ... }:
{
  imports = [
    ./remote-unlock.nix
    ./ssh.nix
  ];
}