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


             
                       
             
                     

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