wsl manages resolv.conf

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-09-25 07:23:33 +00:00
parent 74fd62d6dc
commit 511dac22a8

View File

@@ -1,11 +1,6 @@
{ config, pkgs, ... }@all: with all;
{
# sops.secrets = {
# "wireless-networking.env" = {};
# };
{ config, pkgs, ... }@all: with all; {
networking = {
nameservers = [
nameservers = pkgs.lib.mkIf (hyper.host != "NxWSL") [ # wsl manages resolv.conf
"1.1.1.1"
"8.8.8.8"
];