nixos/estuary: Implement recursive DNS

This commit is contained in:
2022-05-23 00:57:25 +01:00
parent 1789d11927
commit 98fbbbd1e2
5 changed files with 89 additions and 13 deletions

View File

@@ -77,6 +77,11 @@ in
boot = {
# Use latest LTS release by default
kernelPackages = mkDefault pkgs.linuxKernel.packages.linux_5_15;
kernel = {
sysctl = {
"net.ipv6.route.max_size" = mkDefault 16384;
};
};
loader = {
efi = {
efiSysMountPoint = mkDefault "/boot";