Install Unbound DNS server
This commit is contained in:
parent
ad3ada835a
commit
4e7e35b3e9
@ -12,6 +12,7 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# Encryption
|
# Encryption
|
||||||
./luks.nix
|
./luks.nix
|
||||||
|
./unbound.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
7
hosts/nullbox/unbound.nix
Normal file
7
hosts/nullbox/unbound.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, lib, config, ... }:
|
||||||
|
{
|
||||||
|
config = {
|
||||||
|
networking.networkmanager.dns = "none";
|
||||||
|
services.unbound.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user