From a73324d2fe19f0516c881bbe7cd864850e77fd61 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Wed, 11 Oct 2023 16:41:47 +0000 Subject: fixup --- machines/wsl.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/machines/wsl.nix b/machines/wsl.nix index 8cc81c3..5c25f8c 100644 --- a/machines/wsl.nix +++ b/machines/wsl.nix @@ -108,12 +108,11 @@ in '']; EnvironmentFile = "/wsl/dockerd/environmentfile"; }; - networking.resolvconf.enable = false; # TODO: why does this not work with etc."resolv.conf"?? environment.etc."/resolv.conf".source = "/wsl/etc/resolv.conf"; environment.etc."profile.local".source = "/wsl/etc/profile"; security.pki.certificateFiles = [ - (/. + "/home/mike/pr-root.cer") + (/. + "/wsl/pr-root.cer") ]; }; } -- cgit v1.2.3