mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
srv-core, vps-ns: Temporarily disable blocking-nameservers
This commit is contained in:
parent
2f11b4eec2
commit
0e6147c5ec
2 changed files with 1 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, self, ... }:
|
||||
{ self, ... }:
|
||||
{
|
||||
imports = [ self.nixosModules.server-profile ];
|
||||
|
||||
|
|
@ -21,10 +21,6 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
blocking-nameserver = {
|
||||
enable = true;
|
||||
gui.domain = "adguard.${config.custom.networking.overlay.fqdn}";
|
||||
};
|
||||
recursive-nameserver.enable = true;
|
||||
private-nameserver.enable = true;
|
||||
public-nameserver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue