Co-Authored-By: edef <edef@edef.eu> Co-Authored-by: Ryan Lahfa <raito@lix.systems> Change-Id: Ica1cda177a236814de900f50a8a61d288f58f519
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { depot, ... }:
 | |
| 
 | |
| # Default set of modules that are imported in all Depot nixos systems
 | |
| #
 | |
| # All modules here should be properly gated behind a `lib.mkEnableOption` with a
 | |
| # `lib.mkIf` for the config.
 | |
| 
 | |
| {
 | |
|   imports = [
 | |
|     ./automatic-gc.nix
 | |
|     ./auto-deploy.nix
 | |
|     ./raito-vm.nix
 | |
|   ];
 | |
| }
 |