Compare commits
2 Commits
ad3ada835a
...
97d08df97a
Author | SHA1 | Date | |
---|---|---|---|
97d08df97a | |||
4e7e35b3e9 |
@ -12,6 +12,7 @@
|
||||
./hardware-configuration.nix
|
||||
# Encryption
|
||||
./luks.nix
|
||||
./unbound.nix
|
||||
];
|
||||
|
||||
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
|
||||
nmap
|
||||
hping
|
||||
dig
|
||||
dig.dnsutils
|
||||
|
||||
# system utilities
|
||||
htop
|
||||
|
Loading…
x
Reference in New Issue
Block a user