forked from jan-leila/nix-config
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # server nas
 | |
| {...}: {
 | |
|   imports = [
 | |
|     ./hardware-configuration.nix
 | |
|     ./configuration.nix
 | |
|     ./packages.nix
 | |
|     ./filebot.nix
 | |
|   ];
 | |
| }
 |