remove duplicate
This commit is contained in:
		
							parent
							
								
									512a3b36ea
								
							
						
					
					
						commit
						d6efbcf52b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
{ config, pkgs, username, ... }:
 | 
					{ config, pkgs, username, ... }:
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  # Enable dconf (System Management Tool)
 | 
					  # Enable dconf (System Management Tool)
 | 
				
			||||||
  programs.dconf.enable = true;
 | 
					  # programs.dconf.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Add user to libvirtd group
 | 
					  # Add user to libvirtd group
 | 
				
			||||||
  users.users.${username}.extraGroups = [ "libvirtd" ];
 | 
					  users.users.${username}.extraGroups = [ "libvirtd" ];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue