13 lines
		
	
	
		
			419 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			419 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| 
								 | 
							
								{ config, pkgs, modulesPath, ... }:
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  # To build the configuration or use nix-env, you need to run
							 | 
						||
| 
								 | 
							
								  # either nixos-rebuild --upgrade or nix-channel --update
							 | 
						||
| 
								 | 
							
								  # to fetch the nixos channel.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  # This configures everything but bootstrap services,
							 | 
						||
| 
								 | 
							
								  # which only need to be run once and have already finished
							 | 
						||
| 
								 | 
							
								  # if you are able to see this comment.
							 | 
						||
| 
								 | 
							
								  imports = [ "${modulesPath}/virtualisation/azure-common.nix" ];
							 | 
						||
| 
								 | 
							
								}
							 |