refactor: comment out resolved DNS customization
Commented out DNSSEC configuration and single-label resolution in systemd-resolved. This change disables custom DNS behavior to potentially align with default system behavior or compatibility requirements.
This commit is contained in:
		
							parent
							
								
									109c6be0b1
								
							
						
					
					
						commit
						c3eaa1c50e
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -51,10 +51,10 @@ with lib.metacfg;
 | 
			
		|||
  services.ratbagd.enable = true;
 | 
			
		||||
 | 
			
		||||
  services.resolved.enable = true;
 | 
			
		||||
  services.resolved.dnssec = "allow-downgrade";
 | 
			
		||||
  services.resolved.extraConfig = ''
 | 
			
		||||
    ResolveUnicastSingleLabel=yes
 | 
			
		||||
  '';
 | 
			
		||||
  #services.resolved.dnssec = "allow-downgrade";
 | 
			
		||||
  #services.resolved.extraConfig = ''
 | 
			
		||||
  #  ResolveUnicastSingleLabel=yes
 | 
			
		||||
  #'';
 | 
			
		||||
 | 
			
		||||
  systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue