summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/wsl.nix3
1 files changed, 1 insertions, 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")
];
};
}