forked from fediversity/fediversity
		
	import the regular way, fixing error: attribute 'age' missing
				
					
				
			This commit is contained in:
		
							parent
							
								
									e872b3fde0
								
							
						
					
					
						commit
						f50ee049f2
					
				
					 1 changed files with 5 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,3 @@
 | 
			
		|||
{
 | 
			
		||||
  inputs,
 | 
			
		||||
  config,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  ...
 | 
			
		||||
}:
 | 
			
		||||
{
 | 
			
		||||
  fediversityVm = {
 | 
			
		||||
    vmId = 201;
 | 
			
		||||
| 
						 | 
				
			
			@ -21,10 +15,9 @@
 | 
			
		|||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # nixos.module = {
 | 
			
		||||
  #   imports = [
 | 
			
		||||
  #     ./fedipanel.nix
 | 
			
		||||
  #   ];
 | 
			
		||||
  # };
 | 
			
		||||
  nixos.module = import ./fedipanel.nix { inherit inputs config pkgs; };
 | 
			
		||||
  nixos.module = {
 | 
			
		||||
    imports = [
 | 
			
		||||
      ./fedipanel.nix
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue