nixos/sssd remove redundant condition
This is all inside a global cfg.enable conditional, so we don't need to check here again.
This commit is contained in:
		
							parent
							
								
									4a69bf2a1e
								
							
						
					
					
						commit
						90bc3ec9b9
					
				@ -69,7 +69,7 @@ in {
 | 
			
		||||
        mode = "0400";
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      system.nssModules = optional cfg.enable pkgs.sssd;
 | 
			
		||||
      system.nssModules = pkgs.sssd;
 | 
			
		||||
      system.nssDatabases = {
 | 
			
		||||
        group = [ "sss" ];
 | 
			
		||||
        passwd = [ "sss" ];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user