NxWSL -> NxDCS
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }@all: with all; {
|
||||
networking = {
|
||||
nameservers = pkgs.lib.mkIf (hyper.host != "NxWSL") [ # wsl manages resolv.conf
|
||||
nameservers = pkgs.lib.mkIf (hyper.host != "NxDCS") [ # wsl manages resolv.conf
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user