summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-11 16:41:47 +0000
committerMike Vink <mike1994vink@gmail.com>2023-10-11 16:41:47 +0000
commita73324d2fe19f0516c881bbe7cd864850e77fd61 (patch)
treeda215823939b7dea00248cdc1b347d3a7b131d33
parenta4d82f2fc56a7b0c3dc84dc61cd074f94dfce62f (diff)
fixup
-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")
];
};
}