mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
Revert "srv-core, vps-ns: Temporarily disable blocking-nameservers"
This reverts commit 0e6147c5ec.
This commit is contained in:
parent
0e6147c5ec
commit
7e922ee312
2 changed files with 9 additions and 1 deletions
|
|
@ -17,6 +17,10 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
blocking-nameserver = {
|
||||
enable = true;
|
||||
gui.domain = "adguard.${config.custom.networking.overlay.fqdn}";
|
||||
};
|
||||
recursive-nameserver.enable = true;
|
||||
private-nameserver.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ self, ... }:
|
||||
{ config, self, ... }:
|
||||
{
|
||||
imports = [ self.nixosModules.server-profile ];
|
||||
|
||||
|
|
@ -21,6 +21,10 @@
|
|||
};
|
||||
|
||||
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