Compare commits

..

No commits in common. "97d08df97a2b93dddc8dc47d666a5fafc3036ce1" and "ad3ada835a4cc7a2b56956209d95ed721ffeca80" have entirely different histories.

3 changed files with 0 additions and 10 deletions

View File

@ -12,7 +12,6 @@
./hardware-configuration.nix
# Encryption
./luks.nix
./unbound.nix
];
config = {

View File

@ -1,7 +0,0 @@
{ pkgs, lib, config, ... }:
{
config = {
networking.networkmanager.dns = "none";
services.unbound.enable = true;
};
}

View File

@ -78,8 +78,6 @@ in
socat
nmap
hping
dig
dig.dnsutils
# system utilities
htop