Compare commits
No commits in common. "97d08df97a2b93dddc8dc47d666a5fafc3036ce1" and "ad3ada835a4cc7a2b56956209d95ed721ffeca80" have entirely different histories.
97d08df97a
...
ad3ada835a
@ -12,7 +12,6 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# Encryption
|
# Encryption
|
||||||
./luks.nix
|
./luks.nix
|
||||||
./unbound.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
{ pkgs, lib, config, ... }:
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
networking.networkmanager.dns = "none";
|
|
||||||
services.unbound.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
@ -78,8 +78,6 @@ 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