Compare commits
No commits in common. "97d08df97a2b93dddc8dc47d666a5fafc3036ce1" and "ad3ada835a4cc7a2b56956209d95ed721ffeca80" have entirely different histories.
97d08df97a
...
ad3ada835a
@ -12,7 +12,6 @@
|
||||
./hardware-configuration.nix
|
||||
# Encryption
|
||||
./luks.nix
|
||||
./unbound.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
@ -1,7 +0,0 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
config = {
|
||||
networking.networkmanager.dns = "none";
|
||||
services.unbound.enable = true;
|
||||
};
|
||||
}
|
@ -78,8 +78,6 @@ in
|
||||
socat
|
||||
nmap
|
||||
hping
|
||||
dig
|
||||
dig.dnsutils
|
||||
|
||||
# system utilities
|
||||
htop
|
||||
|
Loading…
x
Reference in New Issue
Block a user