mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-04 06:20:27 +01:00 
			
		
		
		
	valkyrie: resolved adguard problems, go back to adguard instead of pihole
This commit is contained in:
		
							parent
							
								
									12926bd6a1
								
							
						
					
					
						commit
						54fde216c1
					
				@ -31,5 +31,5 @@ in
 | 
				
			|||||||
  materusPC = makeSystem { host = "materusPC"; stable = false; };
 | 
					  materusPC = makeSystem { host = "materusPC"; stable = false; };
 | 
				
			||||||
  flamaster = makeSystem { host = "flamaster"; stable = true; };
 | 
					  flamaster = makeSystem { host = "flamaster"; stable = true; };
 | 
				
			||||||
  valkyrie = makeSystem { host = "valkyrie"; stable = true; };
 | 
					  valkyrie = makeSystem { host = "valkyrie"; stable = true; };
 | 
				
			||||||
  waffentrager = makeSystem { host = "waffentrager"; stable = false; arch = "aarch64-linux"; extraModules = [];};
 | 
					  waffentrager = makeSystem { host = "waffentrager"; stable = false; arch = "aarch64-linux"; extraModules = [ ]; };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -5,9 +5,9 @@
 | 
				
			|||||||
      ./pleroma.nix
 | 
					      ./pleroma.nix
 | 
				
			||||||
      ./pihole.nix
 | 
					      ./pihole.nix
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
    services.adguardhome.enable = false;
 | 
					    services.adguardhome.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    valkyrieService.pihole.enable = true;
 | 
					    valkyrieService.pihole.enable = false;
 | 
				
			||||||
    valkyrieService.pleroma.enable = true;
 | 
					    valkyrieService.pleroma.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user