mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			105 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			105 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # enabled system services
 | |
| _: {
 | |
|   my.system = {
 | |
|     avahi.enable = true;
 | |
|     docker.enable = true;
 | |
|   };
 | |
| }
 | 
