Compare commits
2 Commits
ad3ada835a
...
97d08df97a
Author | SHA1 | Date | |
---|---|---|---|
97d08df97a | |||
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;
|
||||||
|
};
|
||||||
|
}
|
@ -78,6 +78,8 @@ in
|
|||||||
socat
|
socat
|
||||||
nmap
|
nmap
|
||||||
hping
|
hping
|
||||||
|
dig
|
||||||
|
dig.dnsutils
|
||||||
|
|
||||||
# system utilities
|
# system utilities
|
||||||
htop
|
htop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user