added secrets to both vms.
This commit is contained in:
		
							parent
							
								
									6ae38b1d2f
								
							
						
					
					
						commit
						3cddd823c1
					
				
					 6 changed files with 40 additions and 13 deletions
				
			
		
							
								
								
									
										9
									
								
								configs/nixos/interactive-networking.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								configs/nixos/interactive-networking.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
{
 | 
			
		||||
  config,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  # Enable networking
 | 
			
		||||
  networking.networkmanager.enable = true;
 | 
			
		||||
  users.users.${config.host.user}.extraGroups = ["networkmanager"];
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue