mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29: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
|
|
@ -17,10 +17,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
blocking-nameserver = {
|
|
||||||
enable = true;
|
|
||||||
gui.domain = "adguard.${config.custom.networking.overlay.fqdn}";
|
|
||||||
};
|
|
||||||
recursive-nameserver.enable = true;
|
recursive-nameserver.enable = true;
|
||||||
private-nameserver.enable = true;
|
private-nameserver.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, self, ... }:
|
{ self, ... }:
|
||||||
{
|
{
|
||||||
imports = [ self.nixosModules.server-profile ];
|
imports = [ self.nixosModules.server-profile ];
|
||||||
|
|
||||||
|
|
@ -21,10 +21,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
blocking-nameserver = {
|
|
||||||
enable = true;
|
|
||||||
gui.domain = "adguard.${config.custom.networking.overlay.fqdn}";
|
|
||||||
};
|
|
||||||
recursive-nameserver.enable = true;
|
recursive-nameserver.enable = true;
|
||||||
private-nameserver.enable = true;
|
private-nameserver.enable = true;
|
||||||
public-nameserver = {
|
public-nameserver = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue