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


                     
                    
    
 
{ ... }:
{
  imports = [
    ./home.nix
    ./host-config.nix
    ./nas-client.nix
  ];
}