forked from fediversity/fediversity
		
	Move Fediversity modules into own subdirectory
This commit is contained in:
		
							parent
							
								
									059a76d933
								
							
						
					
					
						commit
						4b379af4ff
					
				
					 6 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -13,10 +13,10 @@
 | 
			
		|||
 | 
			
		||||
    nixosModules = {
 | 
			
		||||
      ## Fediversity modules
 | 
			
		||||
      garage = import ./garage.nix;
 | 
			
		||||
      mastodon = import ./mastodon.nix;
 | 
			
		||||
      peertube = import ./peertube.nix;
 | 
			
		||||
      pixelfed = import ./pixelfed.nix;
 | 
			
		||||
      garage = import ./fediversity/garage.nix;
 | 
			
		||||
      mastodon = import ./fediversity/mastodon.nix;
 | 
			
		||||
      peertube = import ./fediversity/peertube.nix;
 | 
			
		||||
      pixelfed = import ./fediversity/pixelfed.nix;
 | 
			
		||||
 | 
			
		||||
      ## VM-specific modules
 | 
			
		||||
      interactive-vm = import ./vm/interactive-vm.nix;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue